#ce9eb2
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 158, 178
HSL
335°, 33%, 71%
CMYK
0, 23, 14, 19
Luminance
0.4079
Every format
| HEX | #ce9eb2 |
| RGB | rgb(206, 158, 178) |
| HSL | hsl(335, 33%, 71%) |
| CMYK | cmyk(0%, 23%, 14%, 19%) |
| LAB | lab(70.0 20.9 -3.4) |
| LCH | lch(70.0 21.2 350.7) |
| OKLCH | oklch(0.750 0.063 351.9) |
Copy-ready code
/* CSS */
color: #ce9eb2;
background-color: #ce9eb2;
/* Tailwind (arbitrary) */
class="text-[#ce9eb2] bg-[#ce9eb2]"
/* SCSS */
$brand: #ce9eb2;
/* SwiftUI */
Color(red: 0.808, green: 0.620, blue: 0.698)
/* Android */
Color.parseColor("#ce9eb2")Accessibility — WCAG contrast
Aa
#ce9eb2 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9eb2 on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow13.6%
Key (black)19.2%
Color previews
#ce9eb2 text on a black background
contrast 9.16:1
Card sample
#ce9eb2 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9eb2;
Background color
Panel with #ce9eb2 background
background-color: #ce9eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 158, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 158, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9eb2; background: linear-gradient(135deg, #ce9eb2, #CEAA9E);