#dfad77
a light, vivid orange · warm · closest name: tan
RGB
223, 173, 119
HSL
31°, 62%, 67%
CMYK
0, 22, 47, 13
Luminance
0.4691
Every format
| HEX | #dfad77 |
| RGB | rgb(223, 173, 119) |
| HSL | hsl(31, 62%, 67%) |
| CMYK | cmyk(0%, 22%, 47%, 13%) |
| LAB | lab(74.1 11.6 34.7) |
| LCH | lch(74.1 36.6 71.5) |
| OKLCH | oklch(0.781 0.091 68.0) |
Copy-ready code
/* CSS */
color: #dfad77;
background-color: #dfad77;
/* Tailwind (arbitrary) */
class="text-[#dfad77] bg-[#dfad77]"
/* SCSS */
$brand: #dfad77;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.467)
/* Android */
Color.parseColor("#dfad77")Accessibility — WCAG contrast
Aa
#dfad77 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfad77 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow46.6%
Key (black)12.5%
Color previews
#dfad77 text on a black background
contrast 10.38:1
Card sample
#dfad77 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfad77;
Background color
Panel with #dfad77 background
background-color: #dfad77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfad77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfad77; background: linear-gradient(135deg, #dfad77, #CCDF77);