#dbb58f
a light, vivid orange · warm · closest name: tan
RGB
219, 181, 143
HSL
30°, 51%, 71%
CMYK
0, 17, 35, 14
Luminance
0.5009
Every format
| HEX | #dbb58f |
| RGB | rgb(219, 181, 143) |
| HSL | hsl(30, 51%, 71%) |
| CMYK | cmyk(0%, 17%, 35%, 14%) |
| LAB | lab(76.1 8.4 24.5) |
| LCH | lch(76.1 25.9 71.1) |
| OKLCH | oklch(0.797 0.067 66.6) |
Copy-ready code
/* CSS */
color: #dbb58f;
background-color: #dbb58f;
/* Tailwind (arbitrary) */
class="text-[#dbb58f] bg-[#dbb58f]"
/* SCSS */
$brand: #dbb58f;
/* SwiftUI */
Color(red: 0.859, green: 0.710, blue: 0.561)
/* Android */
Color.parseColor("#dbb58f")Accessibility — WCAG contrast
Aa
#dbb58f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb58f on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow34.7%
Key (black)14.1%
Color previews
#dbb58f text on a black background
contrast 11.02:1
Card sample
#dbb58f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb58f;
Background color
Panel with #dbb58f background
background-color: #dbb58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 181, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 181, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb58f; background: linear-gradient(135deg, #dbb58f, #CEDB8F);