#cea2da
a light, soft violet · warm · closest name: plum
RGB
206, 162, 218
HSL
287°, 43%, 75%
CMYK
6, 26, 0, 15
Luminance
0.4402
Every format
| HEX | #cea2da |
| RGB | rgb(206, 162, 218) |
| HSL | hsl(287, 43%, 75%) |
| CMYK | cmyk(6%, 26%, 0%, 15%) |
| LAB | lab(72.3 26.0 -22.2) |
| LCH | lch(72.3 34.2 319.5) |
| OKLCH | oklch(0.771 0.092 318.9) |
Copy-ready code
/* CSS */
color: #cea2da;
background-color: #cea2da;
/* Tailwind (arbitrary) */
class="text-[#cea2da] bg-[#cea2da]"
/* SCSS */
$brand: #cea2da;
/* SwiftUI */
Color(red: 0.808, green: 0.635, blue: 0.855)
/* Android */
Color.parseColor("#cea2da")Accessibility — WCAG contrast
Aa
#cea2da on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea2da on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green63.5%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta25.7%
Yellow0.0%
Key (black)14.5%
Color previews
#cea2da text on a black background
contrast 9.80:1
Card sample
#cea2da text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea2da;
Background color
Panel with #cea2da background
background-color: #cea2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 162, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 162, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea2da; background: linear-gradient(135deg, #cea2da, #DAA2C1);