#ce99cf
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 153, 207
HSL
299°, 36%, 71%
CMYK
1, 26, 0, 19
Luminance
0.4041
Every format
| HEX | #ce99cf |
| RGB | rgb(206, 153, 207) |
| HSL | hsl(299, 36%, 71%) |
| CMYK | cmyk(1%, 26%, 0%, 19%) |
| LAB | lab(69.8 28.8 -19.9) |
| LCH | lch(69.8 35.0 325.3) |
| OKLCH | oklch(0.751 0.096 325.9) |
Copy-ready code
/* CSS */
color: #ce99cf;
background-color: #ce99cf;
/* Tailwind (arbitrary) */
class="text-[#ce99cf] bg-[#ce99cf]"
/* SCSS */
$brand: #ce99cf;
/* SwiftUI */
Color(red: 0.808, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#ce99cf")Accessibility — WCAG contrast
Aa
#ce99cf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce99cf on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.0%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta26.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ce99cf text on a black background
contrast 9.08:1
Card sample
#ce99cf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce99cf;
Background color
Panel with #ce99cf background
background-color: #ce99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce99cf; background: linear-gradient(135deg, #ce99cf, #CF99AC);