Pastel Violet Color Hex Code
#cb99c9What is Pastel Violet Color Hex Code Color?
Pastel Violet Color Hex Code is a light, desaturated, muted pink color with the hex code #cb99c9. Its RGB value is rgb(203, 153, 201), meaning it contains 203 red, 153 green, and 201 blue light values. In the HSL color model, it has a hue of 302°, saturation of 32%, and lightness of 70%.
Pastel Violet Color Hex Code Color Codes
Here are all the color format codes for Pastel Violet Color Hex Code:
- HEX: #cb99c9
- RGB: rgb(203, 153, 201)
- HSL: hsl(302°, 32%, 70%)
- CMYK: cmyk(0%, 25%, 1%, 20%)
- Android/Flutter: Color(0xFFCB99C9)
- Swift UIColor: UIColor(red: 0.796, green: 0.600, blue: 0.788, alpha: 1.0)
Is Pastel Violet Color Hex Code Accessible?
Pastel Violet Color Hex Code (#cb99c9) passes WCAG AA accessibility standards. It has a contrast ratio of 2.35:1 against white and 8.94:1 against black text. For better readability, prefer black text on this color for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Pastel Violet Color Hex Code in Design
Pastel Violet Color Hex Code is a light pink tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#9acb9c
for strong contrast.
In CSS, you can use it directly as color: #cb99c9; or
background-color: #cb99c9;.
Pastel Violet Color Hex Code Shades and Tints
Shades of Pastel Violet Color Hex Code are created by mixing it with black, ranging from the original #cb99c9 down to near-black #b488b3. Tints are made by adding white — from the base color up to near-white #f9f4f9. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Violet Color Hex Code Color Harmonies
The complementary color of Pastel Violet Color Hex Code is #9acb9c. Its analogous colors are #cb9ab1 and #b49acb. For a triadic palette, combine it with #c9cb9a and #9ac9cb.
Frequently Asked Questions
What is the hex code for Pastel Violet Color Hex Code?
The hex code for Pastel Violet Color Hex Code is #cb99c9.
What is the RGB value of Pastel Violet Color Hex Code?
The RGB value is rgb(203, 153, 201). Red channel: 203/255, Green: 153/255, Blue: 201/255.
Is Pastel Violet Color Hex Code good for web accessibility?
Pastel Violet Color Hex Code has a contrast ratio of 2.35:1 with white and 8.94:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Violet Color Hex Code?
Pastel Violet Color Hex Code pairs well with its complementary color #9acb9c, analogous colors #cb9ab1 and #b49acb, or neutral whites and grays for a clean, modern look.
How do I use Pastel Violet Color Hex Code in CSS?
Use it in CSS like this:
background-color: #cb99c9;
color: #cb99c9;
Or as a CSS variable: --color-primary: #cb99c9;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #cb99c9;
--color-primary-rgb: 203, 153, 201;
--color-primary-hsl: 302 32% 70%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-violet-color-hex-code': {
DEFAULT: '#cb99c9',
100: '#ffffff',
200: '#f9f4f9',
300: '#f3e9f3',
400: '#eedded',
500: '#e8d2e7',
600: '#b488b3',
700: '#9e779c',
800: '#876686',
900: '#715570',
950: '#5a4459',
}
}
'base': #cb99c9,
'light': #f3e9f3,
'dark': #9e779c,
'rgb': 203, 153, 201
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.