#cea9df
a light, vivid violet · warm · closest name: plum
RGB
206, 169, 223
HSL
281°, 46%, 77%
CMYK
8, 24, 0, 13
Luminance
0.4683
Every format
| HEX | #cea9df |
| RGB | rgb(206, 169, 223) |
| HSL | hsl(281, 46%, 77%) |
| CMYK | cmyk(8%, 24%, 0%, 13%) |
| LAB | lab(74.1 23.2 -22.1) |
| LCH | lch(74.1 32.0 316.3) |
| OKLCH | oklch(0.785 0.085 315.0) |
Copy-ready code
/* CSS */
color: #cea9df;
background-color: #cea9df;
/* Tailwind (arbitrary) */
class="text-[#cea9df] bg-[#cea9df]"
/* SCSS */
$brand: #cea9df;
/* SwiftUI */
Color(red: 0.808, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#cea9df")Accessibility — WCAG contrast
Aa
#cea9df on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea9df on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green66.3%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta24.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cea9df text on a black background
contrast 10.37:1
Card sample
#cea9df text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea9df;
Background color
Panel with #cea9df background
background-color: #cea9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea9df; background: linear-gradient(135deg, #cea9df, #DFA9CC);