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