#dfbf9b
a light, vivid orange · warm · closest name: tan
RGB
223, 191, 155
HSL
32°, 52%, 74%
CMYK
0, 14, 31, 13
Luminance
0.5532
Every format
| HEX | #dfbf9b |
| RGB | rgb(223, 191, 155) |
| HSL | hsl(32, 52%, 74%) |
| CMYK | cmyk(0%, 14%, 31%, 13%) |
| LAB | lab(79.2 6.2 22.4) |
| LCH | lch(79.2 23.2 74.6) |
| OKLCH | oklch(0.823 0.060 70.1) |
Copy-ready code
/* CSS */
color: #dfbf9b;
background-color: #dfbf9b;
/* Tailwind (arbitrary) */
class="text-[#dfbf9b] bg-[#dfbf9b]"
/* SCSS */
$brand: #dfbf9b;
/* SwiftUI */
Color(red: 0.875, green: 0.749, blue: 0.608)
/* Android */
Color.parseColor("#dfbf9b")Accessibility — WCAG contrast
Aa
#dfbf9b on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbf9b on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow30.5%
Key (black)12.5%
Color previews
#dfbf9b text on a black background
contrast 12.06:1
Card sample
#dfbf9b text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbf9b;
Background color
Panel with #dfbf9b background
background-color: #dfbf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 191, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 191, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbf9b; background: linear-gradient(135deg, #dfbf9b, #D2DF9B);