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