#cea4eb
a light, vivid violet · warm · closest name: plum
RGB
206, 164, 235
HSL
276°, 64%, 78%
CMYK
12, 30, 0, 8
Luminance
0.4567
Every format
| HEX | #cea4eb |
| RGB | rgb(206, 164, 235) |
| HSL | hsl(276, 64%, 78%) |
| CMYK | cmyk(12%, 30%, 0%, 8%) |
| LAB | lab(73.3 28.4 -29.8) |
| LCH | lch(73.3 41.1 313.6) |
| OKLCH | oklch(0.781 0.108 310.9) |
Copy-ready code
/* CSS */
color: #cea4eb;
background-color: #cea4eb;
/* Tailwind (arbitrary) */
class="text-[#cea4eb] bg-[#cea4eb]"
/* SCSS */
$brand: #cea4eb;
/* SwiftUI */
Color(red: 0.808, green: 0.643, blue: 0.922)
/* Android */
Color.parseColor("#cea4eb")Accessibility — WCAG contrast
Aa
#cea4eb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea4eb on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green64.3%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta30.2%
Yellow0.0%
Key (black)7.8%
Color previews
#cea4eb text on a black background
contrast 10.13:1
Card sample
#cea4eb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea4eb;
Background color
Panel with #cea4eb background
background-color: #cea4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 164, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 164, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea4eb; background: linear-gradient(135deg, #cea4eb, #EBA4D9);