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