#dfba8e
a light, vivid orange · warm · closest name: tan
RGB
223, 186, 142
HSL
33°, 56%, 72%
CMYK
0, 17, 36, 13
Luminance
0.5276
Every format
| HEX | #dfba8e |
| RGB | rgb(223, 186, 142) |
| HSL | hsl(33, 56%, 72%) |
| CMYK | cmyk(0%, 17%, 36%, 13%) |
| LAB | lab(77.7 7.2 27.3) |
| LCH | lch(77.7 28.2 75.2) |
| OKLCH | oklch(0.811 0.072 71.4) |
Copy-ready code
/* CSS */
color: #dfba8e;
background-color: #dfba8e;
/* Tailwind (arbitrary) */
class="text-[#dfba8e] bg-[#dfba8e]"
/* SCSS */
$brand: #dfba8e;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.557)
/* Android */
Color.parseColor("#dfba8e")Accessibility — WCAG contrast
Aa
#dfba8e on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba8e on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow36.3%
Key (black)12.5%
Color previews
#dfba8e text on a black background
contrast 11.55:1
Card sample
#dfba8e text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba8e;
Background color
Panel with #dfba8e background
background-color: #dfba8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba8e; background: linear-gradient(135deg, #dfba8e, #CEDF8E);