#ce8fd8
a light, vivid magenta / pink · warm · closest name: plum
RGB
206, 143, 216
HSL
292°, 48%, 70%
CMYK
5, 34, 0, 15
Luminance
0.3772
Every format
| HEX | #ce8fd8 |
| RGB | rgb(206, 143, 216) |
| HSL | hsl(292, 48%, 70%) |
| CMYK | cmyk(5%, 34%, 0%, 15%) |
| LAB | lab(67.8 36.0 -27.9) |
| LCH | lch(67.8 45.5 322.2) |
| OKLCH | oklch(0.737 0.123 321.9) |
Copy-ready code
/* CSS */
color: #ce8fd8;
background-color: #ce8fd8;
/* Tailwind (arbitrary) */
class="text-[#ce8fd8] bg-[#ce8fd8]"
/* SCSS */
$brand: #ce8fd8;
/* SwiftUI */
Color(red: 0.808, green: 0.561, blue: 0.847)
/* Android */
Color.parseColor("#ce8fd8")Accessibility — WCAG contrast
Aa
#ce8fd8 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8fd8 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.1%
Blue84.7%
CMYK percentages
Cyan4.6%
Magenta33.8%
Yellow0.0%
Key (black)15.3%
Color previews
#ce8fd8 text on a black background
contrast 8.54:1
Card sample
#ce8fd8 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8fd8;
Background color
Panel with #ce8fd8 background
background-color: #ce8fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 143, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 143, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8fd8; background: linear-gradient(135deg, #ce8fd8, #D88FB1);