#ce88cf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 136, 207
HSL
299°, 43%, 67%
CMYK
1, 34, 0, 19
Luminance
0.3524
Every format
| HEX | #ce88cf |
| RGB | rgb(206, 136, 207) |
| HSL | hsl(299, 43%, 67%) |
| CMYK | cmyk(1%, 34%, 0%, 19%) |
| LAB | lab(65.9 38.0 -25.8) |
| LCH | lch(65.9 45.9 325.9) |
| OKLCH | oklch(0.722 0.126 326.3) |
Copy-ready code
/* CSS */
color: #ce88cf;
background-color: #ce88cf;
/* Tailwind (arbitrary) */
class="text-[#ce88cf] bg-[#ce88cf]"
/* SCSS */
$brand: #ce88cf;
/* SwiftUI */
Color(red: 0.808, green: 0.533, blue: 0.812)
/* Android */
Color.parseColor("#ce88cf")Accessibility — WCAG contrast
Aa
#ce88cf on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce88cf on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.3%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta34.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ce88cf text on a black background
contrast 8.05:1
Card sample
#ce88cf text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce88cf;
Background color
Panel with #ce88cf background
background-color: #ce88cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce88cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 136, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 136, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce88cf; background: linear-gradient(135deg, #ce88cf, #CF88A1);