#dfbf8b
a light, vivid orange · warm · closest name: tan
RGB
223, 191, 139
HSL
37°, 57%, 71%
CMYK
0, 14, 38, 13
Luminance
0.5481
Every format
| HEX | #dfbf8b |
| RGB | rgb(223, 191, 139) |
| HSL | hsl(37, 57%, 71%) |
| CMYK | cmyk(0%, 14%, 38%, 13%) |
| LAB | lab(78.9 4.2 30.5) |
| LCH | lch(78.9 30.8 82.1) |
| OKLCH | oklch(0.820 0.077 79.4) |
Copy-ready code
/* CSS */
color: #dfbf8b;
background-color: #dfbf8b;
/* Tailwind (arbitrary) */
class="text-[#dfbf8b] bg-[#dfbf8b]"
/* SCSS */
$brand: #dfbf8b;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.545)
/* Android */
Color.parseColor("#dfbf8b")Accessibility — WCAG contrast
Aa
#dfbf8b on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbf8b on black: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow37.7%
Key (black)12.5%
Color previews
#dfbf8b text on a black background
contrast 11.96:1
Card sample
#dfbf8b text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbf8b;
Background color
Panel with #dfbf8b background
background-color: #dfbf8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbf8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbf8b; background: linear-gradient(135deg, #dfbf8b, #C7DF8B);