#cea4df
a light, vivid violet · warm · closest name: plum
RGB
206, 164, 223
HSL
283°, 48%, 76%
CMYK
8, 27, 0, 13
Luminance
0.4500
Every format
| HEX | #cea4df |
| RGB | rgb(206, 164, 223) |
| HSL | hsl(283, 48%, 76%) |
| CMYK | cmyk(8%, 27%, 0%, 13%) |
| LAB | lab(72.9 25.9 -23.9) |
| LCH | lch(72.9 35.3 317.2) |
| OKLCH | oklch(0.776 0.094 316.1) |
Copy-ready code
/* CSS */
color: #cea4df;
background-color: #cea4df;
/* Tailwind (arbitrary) */
class="text-[#cea4df] bg-[#cea4df]"
/* SCSS */
$brand: #cea4df;
/* SwiftUI */
Color(red: 0.808, green: 0.643, blue: 0.875)
/* Android */
Color.parseColor("#cea4df")Accessibility — WCAG contrast
Aa
#cea4df on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea4df on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green64.3%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta26.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cea4df text on a black background
contrast 10.00:1
Card sample
#cea4df text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea4df;
Background color
Panel with #cea4df background
background-color: #cea4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 164, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 164, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea4df; background: linear-gradient(135deg, #cea4df, #DFA4C9);