#dfba75
a light, vivid orange · warm · closest name: tan
RGB
223, 186, 117
HSL
39°, 62%, 67%
CMYK
0, 17, 48, 13
Luminance
0.5209
Every format
| HEX | #dfba75 |
| RGB | rgb(223, 186, 117) |
| HSL | hsl(39, 62%, 67%) |
| CMYK | cmyk(0%, 17%, 48%, 13%) |
| LAB | lab(77.3 4.5 39.8) |
| LCH | lch(77.3 40.1 83.5) |
| OKLCH | oklch(0.806 0.097 82.2) |
Copy-ready code
/* CSS */
color: #dfba75;
background-color: #dfba75;
/* Tailwind (arbitrary) */
class="text-[#dfba75] bg-[#dfba75]"
/* SCSS */
$brand: #dfba75;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.459)
/* Android */
Color.parseColor("#dfba75")Accessibility — WCAG contrast
Aa
#dfba75 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba75 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow47.5%
Key (black)12.5%
Color previews
#dfba75 text on a black background
contrast 11.42:1
Card sample
#dfba75 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba75;
Background color
Panel with #dfba75 background
background-color: #dfba75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba75; background: linear-gradient(135deg, #dfba75, #BDDF75);