#dfad92
a light, vivid orange · warm · closest name: tan
RGB
223, 173, 146
HSL
21°, 55%, 72%
CMYK
0, 22, 35, 13
Luminance
0.4765
Every format
| HEX | #dfad92 |
| RGB | rgb(223, 173, 146) |
| HSL | hsl(21, 55%, 72%) |
| CMYK | cmyk(0%, 22%, 35%, 13%) |
| LAB | lab(74.6 14.6 20.9) |
| LCH | lch(74.6 25.5 55.1) |
| OKLCH | oklch(0.787 0.070 49.7) |
Copy-ready code
/* CSS */
color: #dfad92;
background-color: #dfad92;
/* Tailwind (arbitrary) */
class="text-[#dfad92] bg-[#dfad92]"
/* SCSS */
$brand: #dfad92;
/* SwiftUI */
Color(red: 0.875, green: 0.678, blue: 0.573)
/* Android */
Color.parseColor("#dfad92")Accessibility — WCAG contrast
Aa
#dfad92 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfad92 on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green67.8%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow34.5%
Key (black)12.5%
Color previews
#dfad92 text on a black background
contrast 10.53:1
Card sample
#dfad92 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfad92;
Background color
Panel with #dfad92 background
background-color: #dfad92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfad92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 173, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 173, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfad92; background: linear-gradient(135deg, #dfad92, #DEDF92);