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