#dfbc7f
a light, vivid orange · warm · closest name: tan
RGB
223, 188, 127
HSL
38°, 60%, 69%
CMYK
0, 16, 43, 13
Luminance
0.5319
Every format
| HEX | #dfbc7f |
| RGB | rgb(223, 188, 127) |
| HSL | hsl(38, 60%, 69%) |
| CMYK | cmyk(0%, 16%, 43%, 13%) |
| LAB | lab(78.0 4.5 35.5) |
| LCH | lch(78.0 35.8 82.8) |
| OKLCH | oklch(0.812 0.088 80.9) |
Copy-ready code
/* CSS */
color: #dfbc7f;
background-color: #dfbc7f;
/* Tailwind (arbitrary) */
class="text-[#dfbc7f] bg-[#dfbc7f]"
/* SCSS */
$brand: #dfbc7f;
/* SwiftUI */
Color(red: 0.875, green: 0.737, blue: 0.498)
/* Android */
Color.parseColor("#dfbc7f")Accessibility — WCAG contrast
Aa
#dfbc7f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbc7f on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green73.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow43.0%
Key (black)12.5%
Color previews
#dfbc7f text on a black background
contrast 11.64:1
Card sample
#dfbc7f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbc7f;
Background color
Panel with #dfbc7f background
background-color: #dfbc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 188, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 188, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbc7f; background: linear-gradient(135deg, #dfbc7f, #C2DF7F);