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