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