#cc99ee
a light, vivid violet · warm · closest name: plum
RGB
204, 153, 238
HSL
276°, 71%, 77%
CMYK
14, 36, 0, 7
Luminance
0.4179
Every format
| HEX | #cc99ee |
| RGB | rgb(204, 153, 238) |
| HSL | hsl(276, 71%, 77%) |
| CMYK | cmyk(14%, 36%, 0%, 7%) |
| LAB | lab(70.7 34.4 -35.5) |
| LCH | lch(70.7 49.4 314.1) |
| OKLCH | oklch(0.761 0.130 311.1) |
Copy-ready code
/* CSS */
color: #cc99ee;
background-color: #cc99ee;
/* Tailwind (arbitrary) */
class="text-[#cc99ee] bg-[#cc99ee]"
/* SCSS */
$brand: #cc99ee;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#cc99ee")Accessibility — WCAG contrast
Aa
#cc99ee on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc99ee on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cc99ee text on a black background
contrast 9.36:1
Card sample
#cc99ee text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc99ee;
Background color
Panel with #cc99ee background
background-color: #cc99ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc99ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc99ee; background: linear-gradient(135deg, #cc99ee, #EE99D7);