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