#dfba89
a light, vivid orange · warm · closest name: tan
RGB
223, 186, 137
HSL
34°, 57%, 71%
CMYK
0, 17, 39, 13
Luminance
0.5261
Every format
| HEX | #dfba89 |
| RGB | rgb(223, 186, 137) |
| HSL | hsl(34, 57%, 71%) |
| CMYK | cmyk(0%, 17%, 39%, 13%) |
| LAB | lab(77.7 6.6 29.8) |
| LCH | lch(77.7 30.5 77.5) |
| OKLCH | oklch(0.810 0.077 74.2) |
Copy-ready code
/* CSS */
color: #dfba89;
background-color: #dfba89;
/* Tailwind (arbitrary) */
class="text-[#dfba89] bg-[#dfba89]"
/* SCSS */
$brand: #dfba89;
/* SwiftUI */
Color(red: 0.875, green: 0.729, blue: 0.537)
/* Android */
Color.parseColor("#dfba89")Accessibility — WCAG contrast
Aa
#dfba89 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfba89 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green72.9%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow38.6%
Key (black)12.5%
Color previews
#dfba89 text on a black background
contrast 11.52:1
Card sample
#dfba89 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfba89;
Background color
Panel with #dfba89 background
background-color: #dfba89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfba89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 186, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 186, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfba89; background: linear-gradient(135deg, #dfba89, #CBDF89);