#cc9eee
a light, vivid violet · warm · closest name: plum
RGB
204, 158, 238
HSL
275°, 70%, 78%
CMYK
14, 34, 0, 7
Luminance
0.4346
Every format
| HEX | #cc9eee |
| RGB | rgb(204, 158, 238) |
| HSL | hsl(275, 70%, 78%) |
| CMYK | cmyk(14%, 34%, 0%, 7%) |
| LAB | lab(71.9 31.6 -33.7) |
| LCH | lch(71.9 46.3 313.2) |
| OKLCH | oklch(0.770 0.121 310.1) |
Copy-ready code
/* CSS */
color: #cc9eee;
background-color: #cc9eee;
/* Tailwind (arbitrary) */
class="text-[#cc9eee] bg-[#cc9eee]"
/* SCSS */
$brand: #cc9eee;
/* SwiftUI */
Color(red: 0.800, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#cc9eee")Accessibility — WCAG contrast
Aa
#cc9eee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc9eee on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green62.0%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#cc9eee text on a black background
contrast 9.69:1
Card sample
#cc9eee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc9eee;
Background color
Panel with #cc9eee background
background-color: #cc9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc9eee; background: linear-gradient(135deg, #cc9eee, #EE9EDB);