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