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