#ce9dfe
a light, electric violet · warm · closest name: plum
RGB
206, 157, 254
HSL
270°, 98%, 81%
CMYK
19, 38, 0, 0
Luminance
0.4439
Every format
| HEX | #ce9dfe |
| RGB | rgb(206, 157, 254) |
| HSL | hsl(270, 98%, 81%) |
| CMYK | cmyk(19%, 38%, 0%, 0%) |
| LAB | lab(72.5 36.2 -41.5) |
| LCH | lch(72.5 55.0 311.2) |
| OKLCH | oklch(0.777 0.143 306.6) |
Copy-ready code
/* CSS */
color: #ce9dfe;
background-color: #ce9dfe;
/* Tailwind (arbitrary) */
class="text-[#ce9dfe] bg-[#ce9dfe]"
/* SCSS */
$brand: #ce9dfe;
/* SwiftUI */
Color(red: 0.808, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#ce9dfe")Accessibility — WCAG contrast
Aa
#ce9dfe on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9dfe on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.6%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#ce9dfe text on a black background
contrast 9.88:1
Card sample
#ce9dfe text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9dfe;
Background color
Panel with #ce9dfe background
background-color: #ce9dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9dfe; background: linear-gradient(135deg, #ce9dfe, #FE9DED);