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