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