#c999ee
a light, vivid violet · warm · closest name: plum
RGB
201, 153, 238
HSL
274°, 71%, 77%
CMYK
16, 36, 0, 7
Luminance
0.4137
Every format
| HEX | #c999ee |
| RGB | rgb(201, 153, 238) |
| HSL | hsl(274, 71%, 77%) |
| CMYK | cmyk(16%, 36%, 0%, 7%) |
| LAB | lab(70.4 33.5 -36.0) |
| LCH | lch(70.4 49.1 312.9) |
| OKLCH | oklch(0.758 0.129 309.5) |
Copy-ready code
/* CSS */
color: #c999ee;
background-color: #c999ee;
/* Tailwind (arbitrary) */
class="text-[#c999ee] bg-[#c999ee]"
/* SCSS */
$brand: #c999ee;
/* SwiftUI */
Color(red: 0.788, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#c999ee")Accessibility — WCAG contrast
Aa
#c999ee on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c999ee on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green60.0%
Blue93.3%
CMYK percentages
Cyan15.5%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c999ee text on a black background
contrast 9.27:1
Card sample
#c999ee text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c999ee;
Background color
Panel with #c999ee background
background-color: #c999ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c999ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c999ee; background: linear-gradient(135deg, #c999ee, #EE99DA);