#ce8ade
a light, vivid violet · warm · closest name: plum
RGB
206, 138, 222
HSL
289°, 56%, 71%
CMYK
7, 38, 0, 13
Luminance
0.3657
Every format
| HEX | #ce8ade |
| RGB | rgb(206, 138, 222) |
| HSL | hsl(289, 56%, 71%) |
| CMYK | cmyk(7%, 38%, 0%, 13%) |
| LAB | lab(67.0 39.8 -32.5) |
| LCH | lch(67.0 51.4 320.8) |
| OKLCH | oklch(0.731 0.138 319.8) |
Copy-ready code
/* CSS */
color: #ce8ade;
background-color: #ce8ade;
/* Tailwind (arbitrary) */
class="text-[#ce8ade] bg-[#ce8ade]"
/* SCSS */
$brand: #ce8ade;
/* SwiftUI */
Color(red: 0.808, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#ce8ade")Accessibility — WCAG contrast
Aa
#ce8ade on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8ade on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.1%
Blue87.1%
CMYK percentages
Cyan7.2%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#ce8ade text on a black background
contrast 8.31:1
Card sample
#ce8ade text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8ade;
Background color
Panel with #ce8ade background
background-color: #ce8ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8ade; background: linear-gradient(135deg, #ce8ade, #DE8AB6);