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