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