#dfbd7c
a light, vivid orange · warm · closest name: tan
RGB
223, 189, 124
HSL
39°, 61%, 68%
CMYK
0, 15, 44, 13
Luminance
0.5354
Every format
| HEX | #dfbd7c |
| RGB | rgb(223, 189, 124) |
| HSL | hsl(39, 61%, 68%) |
| CMYK | cmyk(0%, 15%, 44%, 13%) |
| LAB | lab(78.2 3.6 37.3) |
| LCH | lch(78.2 37.5 84.4) |
| OKLCH | oklch(0.813 0.092 82.9) |
Copy-ready code
/* CSS */
color: #dfbd7c;
background-color: #dfbd7c;
/* Tailwind (arbitrary) */
class="text-[#dfbd7c] bg-[#dfbd7c]"
/* SCSS */
$brand: #dfbd7c;
/* SwiftUI */
Color(red: 0.875, green: 0.741, blue: 0.486)
/* Android */
Color.parseColor("#dfbd7c")Accessibility — WCAG contrast
Aa
#dfbd7c on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfbd7c on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green74.1%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta15.2%
Yellow44.4%
Key (black)12.5%
Color previews
#dfbd7c text on a black background
contrast 11.71:1
Card sample
#dfbd7c text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfbd7c;
Background color
Panel with #dfbd7c background
background-color: #dfbd7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfbd7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 189, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 189, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfbd7c; background: linear-gradient(135deg, #dfbd7c, #BFDF7C);