#dfad74
a light, vivid orange · warm · closest name: tan
RGB
223, 173, 116
HSL
32°, 63%, 67%
CMYK
0, 22, 48, 13
Luminance
0.4684
Every format
| HEX | #dfad74 |
| RGB | rgb(223, 173, 116) |
| HSL | hsl(32, 63%, 67%) |
| CMYK | cmyk(0%, 22%, 48%, 13%) |
| LAB | lab(74.1 11.3 36.2) |
| LCH | lch(74.1 37.9 72.6) |
| OKLCH | oklch(0.781 0.094 69.4) |
Copy-ready code
/* CSS */
color: #dfad74;
background-color: #dfad74;
/* Tailwind (arbitrary) */
class="text-[#dfad74] bg-[#dfad74]"
/* SCSS */
$brand: #dfad74;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.455)
/* Android */
Color.parseColor("#dfad74")Accessibility — WCAG contrast
Aa
#dfad74 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfad74 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow48.0%
Key (black)12.5%
Color previews
#dfad74 text on a black background
contrast 10.37:1
Card sample
#dfad74 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfad74;
Background color
Panel with #dfad74 background
background-color: #dfad74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfad74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfad74; background: linear-gradient(135deg, #dfad74, #CADF74);