#dbb59f
a light, vivid orange · warm · closest name: tan
RGB
219, 181, 159
HSL
22°, 46%, 74%
CMYK
0, 17, 27, 14
Luminance
0.5061
Every format
| HEX | #dbb59f |
| RGB | rgb(219, 181, 159) |
| HSL | hsl(22, 46%, 74%) |
| CMYK | cmyk(0%, 17%, 27%, 14%) |
| LAB | lab(76.4 10.5 16.4) |
| LCH | lch(76.4 19.4 57.4) |
| OKLCH | oklch(0.801 0.054 51.7) |
Copy-ready code
/* CSS */
color: #dbb59f;
background-color: #dbb59f;
/* Tailwind (arbitrary) */
class="text-[#dbb59f] bg-[#dbb59f]"
/* SCSS */
$brand: #dbb59f;
/* SwiftUI */
Color(red: 0.859, green: 0.710, blue: 0.624)
/* Android */
Color.parseColor("#dbb59f")Accessibility — WCAG contrast
Aa
#dbb59f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb59f on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.0%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow27.4%
Key (black)14.1%
Color previews
#dbb59f text on a black background
contrast 11.12:1
Card sample
#dbb59f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb59f;
Background color
Panel with #dbb59f background
background-color: #dbb59f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb59f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 181, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 181, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb59f; background: linear-gradient(135deg, #dbb59f, #D9DB9F);