#ce9eb7
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 158, 183
HSL
329°, 33%, 71%
CMYK
0, 23, 11, 19
Luminance
0.4099
Every format
| HEX | #ce9eb7 |
| RGB | rgb(206, 158, 183) |
| HSL | hsl(329, 33%, 71%) |
| CMYK | cmyk(0%, 23%, 11%, 19%) |
| LAB | lab(70.2 21.8 -6.0) |
| LCH | lch(70.2 22.6 344.6) |
| OKLCH | oklch(0.751 0.066 346.2) |
Copy-ready code
/* CSS */
color: #ce9eb7;
background-color: #ce9eb7;
/* Tailwind (arbitrary) */
class="text-[#ce9eb7] bg-[#ce9eb7]"
/* SCSS */
$brand: #ce9eb7;
/* SwiftUI */
Color(red: 0.808, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#ce9eb7")Accessibility — WCAG contrast
Aa
#ce9eb7 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9eb7 on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow11.2%
Key (black)19.2%
Color previews
#ce9eb7 text on a black background
contrast 9.20:1
Card sample
#ce9eb7 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9eb7;
Background color
Panel with #ce9eb7 background
background-color: #ce9eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9eb7; background: linear-gradient(135deg, #ce9eb7, #CEA59E);