#ce9fef
a light, vivid violet · warm · closest name: plum
RGB
206, 159, 239
HSL
275°, 71%, 78%
CMYK
14, 34, 0, 6
Luminance
0.4415
Every format
| HEX | #ce9fef |
| RGB | rgb(206, 159, 239) |
| HSL | hsl(275, 71%, 78%) |
| CMYK | cmyk(14%, 34%, 0%, 6%) |
| LAB | lab(72.3 31.9 -33.5) |
| LCH | lch(72.3 46.3 313.6) |
| OKLCH | oklch(0.774 0.121 310.6) |
Copy-ready code
/* CSS */
color: #ce9fef;
background-color: #ce9fef;
/* Tailwind (arbitrary) */
class="text-[#ce9fef] bg-[#ce9fef]"
/* SCSS */
$brand: #ce9fef;
/* SwiftUI */
Color(red: 0.808, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#ce9fef")Accessibility — WCAG contrast
Aa
#ce9fef on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9fef on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.4%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta33.5%
Yellow0.0%
Key (black)6.3%
Color previews
#ce9fef text on a black background
contrast 9.83:1
Card sample
#ce9fef text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9fef;
Background color
Panel with #ce9fef background
background-color: #ce9fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9fef; background: linear-gradient(135deg, #ce9fef, #EF9FDB);