#dfbfad
a light, soft orange · warm · closest name: tan
RGB
223, 191, 173
HSL
22°, 44%, 78%
CMYK
0, 14, 22, 13
Luminance
0.5597
Every format
| HEX | #dfbfad |
| RGB | rgb(223, 191, 173) |
| HSL | hsl(22, 44%, 78%) |
| CMYK | cmyk(0%, 14%, 22%, 13%) |
| LAB | lab(79.6 8.6 13.3) |
| LCH | lch(79.6 15.8 57.1) |
| OKLCH | oklch(0.827 0.044 51.1) |
Copy-ready code
/* CSS */
color: #dfbfad;
background-color: #dfbfad;
/* Tailwind (arbitrary) */
class="text-[#dfbfad] bg-[#dfbfad]"
/* SCSS */
$brand: #dfbfad;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.678)
/* Android */
Color.parseColor("#dfbfad")Accessibility — WCAG contrast
Aa
#dfbfad on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbfad on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow22.4%
Key (black)12.5%
Color previews
#dfbfad text on a black background
contrast 12.19:1
Card sample
#dfbfad text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbfad;
Background color
Panel with #dfbfad background
background-color: #dfbfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbfad; background: linear-gradient(135deg, #dfbfad, #DEDFAD);