#dfb9ae
a light, soft red · warm · closest name: pink
RGB
223, 185, 174
HSL
14°, 43%, 78%
CMYK
0, 17, 22, 13
Luminance
0.5344
Every format
| HEX | #dfb9ae |
| RGB | rgb(223, 185, 174) |
| HSL | hsl(14, 43%, 78%) |
| CMYK | cmyk(0%, 17%, 22%, 13%) |
| LAB | lab(78.1 12.0 10.7) |
| LCH | lch(78.1 16.0 41.8) |
| OKLCH | oklch(0.816 0.047 36.7) |
Copy-ready code
/* CSS */
color: #dfb9ae;
background-color: #dfb9ae;
/* Tailwind (arbitrary) */
class="text-[#dfb9ae] bg-[#dfb9ae]"
/* SCSS */
$brand: #dfb9ae;
/* SwiftUI */
Color(red: 0.875, green: 0.725, blue: 0.682)
/* Android */
Color.parseColor("#dfb9ae")Accessibility — WCAG contrast
Aa
#dfb9ae on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfb9ae on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow22.0%
Key (black)12.5%
Color previews
#dfb9ae text on a black background
contrast 11.69:1
Card sample
#dfb9ae text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfb9ae;
Background color
Panel with #dfb9ae background
background-color: #dfb9ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfb9ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 185, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 185, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfb9ae; background: linear-gradient(135deg, #dfb9ae, #DFDAAE);