#dbb06f
a balanced, vivid orange · warm · closest name: tan
RGB
219, 176, 111
HSL
36°, 60%, 65%
CMYK
0, 20, 49, 14
Luminance
0.4726
Every format
| HEX | #dbb06f |
| RGB | rgb(219, 176, 111) |
| HSL | hsl(36, 60%, 65%) |
| CMYK | cmyk(0%, 20%, 49%, 14%) |
| LAB | lab(74.4 7.6 39.0) |
| LCH | lch(74.4 39.8 79.0) |
| OKLCH | oklch(0.782 0.097 76.9) |
Copy-ready code
/* CSS */
color: #dbb06f;
background-color: #dbb06f;
/* Tailwind (arbitrary) */
class="text-[#dbb06f] bg-[#dbb06f]"
/* SCSS */
$brand: #dbb06f;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.435)
/* Android */
Color.parseColor("#dbb06f")Accessibility — WCAG contrast
Aa
#dbb06f on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb06f on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow49.3%
Key (black)14.1%
Color previews
#dbb06f text on a black background
contrast 10.45:1
Card sample
#dbb06f text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb06f;
Background color
Panel with #dbb06f background
background-color: #dbb06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb06f; background: linear-gradient(135deg, #dbb06f, #BEDB6F);