#ce88af
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 136, 175
HSL
327°, 42%, 67%
CMYK
0, 34, 15, 19
Luminance
0.3383
Every format
| HEX | #ce88af |
| RGB | rgb(206, 136, 175) |
| HSL | hsl(327, 42%, 67%) |
| CMYK | cmyk(0%, 34%, 15%, 19%) |
| LAB | lab(64.8 32.4 -9.5) |
| LCH | lch(64.8 33.8 343.7) |
| OKLCH | oklch(0.710 0.099 345.4) |
Copy-ready code
/* CSS */
color: #ce88af;
background-color: #ce88af;
/* Tailwind (arbitrary) */
class="text-[#ce88af] bg-[#ce88af]"
/* SCSS */
$brand: #ce88af;
/* SwiftUI */
Color(red: 0.808, green: 0.533, blue: 0.686)
/* Android */
Color.parseColor("#ce88af")Accessibility — WCAG contrast
Aa
#ce88af on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce88af on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow15.0%
Key (black)19.2%
Color previews
#ce88af text on a black background
contrast 7.77:1
Card sample
#ce88af text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce88af;
Background color
Panel with #ce88af background
background-color: #ce88af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce88af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 136, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 136, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce88af; background: linear-gradient(135deg, #ce88af, #CE9088);