#df9ba7
a light, vivid red · warm · closest name: pink
RGB
223, 155, 167
HSL
349°, 52%, 74%
CMYK
0, 31, 25, 13
Luminance
0.4192
Every format
| HEX | #df9ba7 |
| RGB | rgb(223, 155, 167) |
| HSL | hsl(349, 52%, 74%) |
| CMYK | cmyk(0%, 31%, 25%, 13%) |
| LAB | lab(70.8 27.1 4.0) |
| LCH | lch(70.8 27.4 8.5) |
| OKLCH | oklch(0.759 0.083 7.6) |
Copy-ready code
/* CSS */
color: #df9ba7;
background-color: #df9ba7;
/* Tailwind (arbitrary) */
class="text-[#df9ba7] bg-[#df9ba7]"
/* SCSS */
$brand: #df9ba7;
/* SwiftUI */
Color(red: 0.875, green: 0.608, blue: 0.655)
/* Android */
Color.parseColor("#df9ba7")Accessibility — WCAG contrast
Aa
#df9ba7 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df9ba7 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green60.8%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow25.1%
Key (black)12.5%
Color previews
#df9ba7 text on a black background
contrast 9.38:1
Card sample
#df9ba7 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df9ba7;
Background color
Panel with #df9ba7 background
background-color: #df9ba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df9ba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 155, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 155, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df9ba7; background: linear-gradient(135deg, #df9ba7, #DFBC9B);