#cea0df
a light, vivid violet · warm · closest name: plum
RGB
206, 160, 223
HSL
284°, 50%, 75%
CMYK
8, 28, 0, 13
Luminance
0.4359
Every format
| HEX | #cea0df |
| RGB | rgb(206, 160, 223) |
| HSL | hsl(284, 50%, 75%) |
| CMYK | cmyk(8%, 28%, 0%, 13%) |
| LAB | lab(72.0 28.1 -25.4) |
| LCH | lch(72.0 37.9 317.9) |
| OKLCH | oklch(0.769 0.101 316.8) |
Copy-ready code
/* CSS */
color: #cea0df;
background-color: #cea0df;
/* Tailwind (arbitrary) */
class="text-[#cea0df] bg-[#cea0df]"
/* SCSS */
$brand: #cea0df;
/* SwiftUI */
Color(red: 0.808, green: 0.627, blue: 0.875)
/* Android */
Color.parseColor("#cea0df")Accessibility — WCAG contrast
Aa
#cea0df on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea0df on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.7%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta28.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cea0df text on a black background
contrast 9.72:1
Card sample
#cea0df text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea0df;
Background color
Panel with #cea0df background
background-color: #cea0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 160, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 160, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea0df; background: linear-gradient(135deg, #cea0df, #DFA0C6);