#dfba9e
a light, vivid orange · warm · closest name: tan
RGB
223, 186, 158
HSL
26°, 50%, 75%
CMYK
0, 17, 29, 13
Luminance
0.5327
Every format
| HEX | #dfba9e |
| RGB | rgb(223, 186, 158) |
| HSL | hsl(26, 50%, 75%) |
| CMYK | cmyk(0%, 17%, 29%, 13%) |
| LAB | lab(78.0 9.2 19.2) |
| LCH | lch(78.0 21.3 64.4) |
| OKLCH | oklch(0.814 0.057 59.0) |
Copy-ready code
/* CSS */
color: #dfba9e;
background-color: #dfba9e;
/* Tailwind (arbitrary) */
class="text-[#dfba9e] bg-[#dfba9e]"
/* SCSS */
$brand: #dfba9e;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.620)
/* Android */
Color.parseColor("#dfba9e")Accessibility — WCAG contrast
Aa
#dfba9e on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba9e on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow29.1%
Key (black)12.5%
Color previews
#dfba9e text on a black background
contrast 11.65:1
Card sample
#dfba9e text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba9e;
Background color
Panel with #dfba9e background
background-color: #dfba9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba9e; background: linear-gradient(135deg, #dfba9e, #D9DF9E);