#cc99eb
a light, vivid violet · warm · closest name: plum
RGB
204, 153, 235
HSL
277°, 67%, 76%
CMYK
13, 35, 0, 8
Luminance
0.4162
Every format
| HEX | #cc99eb |
| RGB | rgb(204, 153, 235) |
| HSL | hsl(277, 67%, 76%) |
| CMYK | cmyk(13%, 35%, 0%, 8%) |
| LAB | lab(70.6 33.8 -34.0) |
| LCH | lch(70.6 47.9 314.8) |
| OKLCH | oklch(0.760 0.126 312.1) |
Copy-ready code
/* CSS */
color: #cc99eb;
background-color: #cc99eb;
/* Tailwind (arbitrary) */
class="text-[#cc99eb] bg-[#cc99eb]"
/* SCSS */
$brand: #cc99eb;
/* SwiftUI */
Color(red: 0.800, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#cc99eb")Accessibility — WCAG contrast
Aa
#cc99eb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc99eb on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green60.0%
Blue92.2%
CMYK percentages
Cyan13.2%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cc99eb text on a black background
contrast 9.32:1
Card sample
#cc99eb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc99eb;
Background color
Panel with #cc99eb background
background-color: #cc99eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc99eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc99eb; background: linear-gradient(135deg, #cc99eb, #EB99D3);