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