#ce8add
a light, vivid violet · warm · closest name: plum
RGB
206, 138, 221
HSL
289°, 55%, 70%
CMYK
7, 38, 0, 13
Luminance
0.3652
Every format
| HEX | #ce8add |
| RGB | rgb(206, 138, 221) |
| HSL | hsl(289, 55%, 70%) |
| CMYK | cmyk(7%, 38%, 0%, 13%) |
| LAB | lab(66.9 39.6 -32.0) |
| LCH | lch(66.9 51.0 321.1) |
| OKLCH | oklch(0.731 0.137 320.2) |
Copy-ready code
/* CSS */
color: #ce8add;
background-color: #ce8add;
/* Tailwind (arbitrary) */
class="text-[#ce8add] bg-[#ce8add]"
/* SCSS */
$brand: #ce8add;
/* SwiftUI */
Color(red: 0.808, green: 0.541, blue: 0.867)
/* Android */
Color.parseColor("#ce8add")Accessibility — WCAG contrast
Aa
#ce8add on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8add on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.1%
Blue86.7%
CMYK percentages
Cyan6.8%
Magenta37.6%
Yellow0.0%
Key (black)13.3%
Color previews
#ce8add text on a black background
contrast 8.30:1
Card sample
#ce8add text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8add;
Background color
Panel with #ce8add background
background-color: #ce8add;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8add;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 138, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 138, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8add; background: linear-gradient(135deg, #ce8add, #DD8AB5);