#ce9dab
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 157, 171
HSL
343°, 33%, 71%
CMYK
0, 24, 17, 19
Luminance
0.4018
Every format
| HEX | #ce9dab |
| RGB | rgb(206, 157, 171) |
| HSL | hsl(343, 33%, 71%) |
| CMYK | cmyk(0%, 24%, 17%, 19%) |
| LAB | lab(69.6 20.4 -0.2) |
| LCH | lch(69.6 20.4 359.5) |
| OKLCH | oklch(0.746 0.061 359.8) |
Copy-ready code
/* CSS */
color: #ce9dab;
background-color: #ce9dab;
/* Tailwind (arbitrary) */
class="text-[#ce9dab] bg-[#ce9dab]"
/* SCSS */
$brand: #ce9dab;
/* SwiftUI */
Color(red: 0.808, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#ce9dab")Accessibility — WCAG contrast
Aa
#ce9dab on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9dab on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow17.0%
Key (black)19.2%
Color previews
#ce9dab text on a black background
contrast 9.04:1
Card sample
#ce9dab text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9dab;
Background color
Panel with #ce9dab background
background-color: #ce9dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9dab; background: linear-gradient(135deg, #ce9dab, #CEB09D);