#dbb26f
a balanced, vivid orange · warm · closest name: tan
RGB
219, 178, 111
HSL
37°, 60%, 65%
CMYK
0, 19, 49, 14
Luminance
0.4805
Every format
| HEX | #dbb26f |
| RGB | rgb(219, 178, 111) |
| HSL | hsl(37, 60%, 65%) |
| CMYK | cmyk(0%, 19%, 49%, 14%) |
| LAB | lab(74.9 6.6 39.7) |
| LCH | lch(74.9 40.2 80.6) |
| OKLCH | oklch(0.786 0.098 78.9) |
Copy-ready code
/* CSS */
color: #dbb26f;
background-color: #dbb26f;
/* Tailwind (arbitrary) */
class="text-[#dbb26f] bg-[#dbb26f]"
/* SCSS */
$brand: #dbb26f;
/* SwiftUI */
Color(red: 0.859, green: 0.698, blue: 0.435)
/* Android */
Color.parseColor("#dbb26f")Accessibility — WCAG contrast
Aa
#dbb26f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb26f on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow49.3%
Key (black)14.1%
Color previews
#dbb26f text on a black background
contrast 10.61:1
Card sample
#dbb26f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb26f;
Background color
Panel with #dbb26f background
background-color: #dbb26f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb26f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 178, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 178, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb26f; background: linear-gradient(135deg, #dbb26f, #BCDB6F);