#de9dab
a light, vivid red · warm · closest name: pink
RGB
222, 157, 171
HSL
347°, 50%, 74%
CMYK
0, 29, 23, 13
Luminance
0.4258
Every format
| HEX | #de9dab |
| RGB | rgb(222, 157, 171) |
| HSL | hsl(347, 50%, 74%) |
| CMYK | cmyk(0%, 29%, 23%, 13%) |
| LAB | lab(71.3 26.2 2.5) |
| LCH | lch(71.3 26.3 5.4) |
| OKLCH | oklch(0.762 0.079 4.9) |
Copy-ready code
/* CSS */
color: #de9dab;
background-color: #de9dab;
/* Tailwind (arbitrary) */
class="text-[#de9dab] bg-[#de9dab]"
/* SCSS */
$brand: #de9dab;
/* SwiftUI */
Color(red: 0.871, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#de9dab")Accessibility — WCAG contrast
Aa
#de9dab on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#de9dab on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green61.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow23.0%
Key (black)12.9%
Color previews
#de9dab text on a black background
contrast 9.52:1
Card sample
#de9dab text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de9dab;
Background color
Panel with #de9dab background
background-color: #de9dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de9dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de9dab; background: linear-gradient(135deg, #de9dab, #DEBA9D);