#de9da4
a light, vivid red · warm · closest name: pink
RGB
222, 157, 164
HSL
354°, 50%, 74%
CMYK
0, 29, 26, 13
Luminance
0.4232
Every format
| HEX | #de9da4 |
| RGB | rgb(222, 157, 164) |
| HSL | hsl(354, 50%, 74%) |
| CMYK | cmyk(0%, 29%, 26%, 13%) |
| LAB | lab(71.1 25.2 6.1) |
| LCH | lch(71.1 25.9 13.6) |
| OKLCH | oklch(0.760 0.078 12.0) |
Copy-ready code
/* CSS */
color: #de9da4;
background-color: #de9da4;
/* Tailwind (arbitrary) */
class="text-[#de9da4] bg-[#de9da4]"
/* SCSS */
$brand: #de9da4;
/* SwiftUI */
Color(red: 0.871, green: 0.616, blue: 0.643)
/* Android */
Color.parseColor("#de9da4")Accessibility — WCAG contrast
Aa
#de9da4 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#de9da4 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green61.6%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow26.1%
Key (black)12.9%
Color previews
#de9da4 text on a black background
contrast 9.46:1
Card sample
#de9da4 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #de9da4;
Background color
Panel with #de9da4 background
background-color: #de9da4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #de9da4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 157, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 157, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #de9da4; background: linear-gradient(135deg, #de9da4, #DEC19D);