#cea8eb
a light, vivid violet · warm · closest name: plum
RGB
206, 168, 235
HSL
274°, 63%, 79%
CMYK
12, 29, 0, 8
Luminance
0.4713
Every format
| HEX | #cea8eb |
| RGB | rgb(206, 168, 235) |
| HSL | hsl(274, 63%, 79%) |
| CMYK | cmyk(12%, 29%, 0%, 8%) |
| LAB | lab(74.3 26.2 -28.4) |
| LCH | lch(74.3 38.6 312.7) |
| OKLCH | oklch(0.788 0.101 310.0) |
Copy-ready code
/* CSS */
color: #cea8eb;
background-color: #cea8eb;
/* Tailwind (arbitrary) */
class="text-[#cea8eb] bg-[#cea8eb]"
/* SCSS */
$brand: #cea8eb;
/* SwiftUI */
Color(red: 0.808, green: 0.659, blue: 0.922)
/* Android */
Color.parseColor("#cea8eb")Accessibility — WCAG contrast
Aa
#cea8eb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cea8eb on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green65.9%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta28.5%
Yellow0.0%
Key (black)7.8%
Color previews
#cea8eb text on a black background
contrast 10.43:1
Card sample
#cea8eb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cea8eb;
Background color
Panel with #cea8eb background
background-color: #cea8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cea8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 168, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 168, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cea8eb; background: linear-gradient(135deg, #cea8eb, #EBA8DB);