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