#dbb57f
a light, vivid orange · warm · closest name: tan
RGB
219, 181, 127
HSL
35°, 56%, 68%
CMYK
0, 17, 42, 14
Luminance
0.4964
Every format
| HEX | #dbb57f |
| RGB | rgb(219, 181, 127) |
| HSL | hsl(35, 56%, 68%) |
| CMYK | cmyk(0%, 17%, 42%, 14%) |
| LAB | lab(75.8 6.6 32.6) |
| LCH | lch(75.8 33.3 78.6) |
| OKLCH | oklch(0.794 0.083 75.8) |
Copy-ready code
/* CSS */
color: #dbb57f;
background-color: #dbb57f;
/* Tailwind (arbitrary) */
class="text-[#dbb57f] bg-[#dbb57f]"
/* SCSS */
$brand: #dbb57f;
/* SwiftUI */
Color(red: 0.859, green: 0.710, blue: 0.498)
/* Android */
Color.parseColor("#dbb57f")Accessibility — WCAG contrast
Aa
#dbb57f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb57f on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green71.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow42.0%
Key (black)14.1%
Color previews
#dbb57f text on a black background
contrast 10.93:1
Card sample
#dbb57f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb57f;
Background color
Panel with #dbb57f background
background-color: #dbb57f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb57f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 181, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 181, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb57f; background: linear-gradient(135deg, #dbb57f, #C4DB7F);