#ce9eee
a light, vivid violet · warm · closest name: plum
RGB
206, 158, 238
HSL
276°, 70%, 78%
CMYK
13, 34, 0, 7
Luminance
0.4375
Every format
| HEX | #ce9eee |
| RGB | rgb(206, 158, 238) |
| HSL | hsl(276, 70%, 78%) |
| CMYK | cmyk(13%, 34%, 0%, 7%) |
| LAB | lab(72.1 32.3 -33.4) |
| LCH | lch(72.1 46.5 314.0) |
| OKLCH | oklch(0.772 0.122 311.2) |
Copy-ready code
/* CSS */
color: #ce9eee;
background-color: #ce9eee;
/* Tailwind (arbitrary) */
class="text-[#ce9eee] bg-[#ce9eee]"
/* SCSS */
$brand: #ce9eee;
/* SwiftUI */
Color(red: 0.808, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#ce9eee")Accessibility — WCAG contrast
Aa
#ce9eee on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9eee on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.0%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#ce9eee text on a black background
contrast 9.75:1
Card sample
#ce9eee text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9eee;
Background color
Panel with #ce9eee background
background-color: #ce9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9eee; background: linear-gradient(135deg, #ce9eee, #EE9ED9);