#ce87ce
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 135, 206
HSL
300°, 42%, 67%
CMYK
0, 35, 0, 19
Luminance
0.3491
Every format
| HEX | #ce87ce |
| RGB | rgb(206, 135, 206) |
| HSL | hsl(300, 42%, 67%) |
| CMYK | cmyk(0%, 35%, 0%, 19%) |
| LAB | lab(65.7 38.4 -25.6) |
| LCH | lch(65.7 46.1 326.3) |
| OKLCH | oklch(0.720 0.127 326.8) |
Copy-ready code
/* CSS */
color: #ce87ce;
background-color: #ce87ce;
/* Tailwind (arbitrary) */
class="text-[#ce87ce] bg-[#ce87ce]"
/* SCSS */
$brand: #ce87ce;
/* SwiftUI */
Color(red: 0.808, green: 0.529, blue: 0.808)
/* Android */
Color.parseColor("#ce87ce")Accessibility — WCAG contrast
Aa
#ce87ce on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce87ce on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green52.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow0.0%
Key (black)19.2%
Color previews
#ce87ce text on a black background
contrast 7.98:1
Card sample
#ce87ce text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce87ce;
Background color
Panel with #ce87ce background
background-color: #ce87ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce87ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 135, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 135, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce87ce; background: linear-gradient(135deg, #ce87ce, #CE879F);