#dbb17f
a light, vivid orange · warm · closest name: tan
RGB
219, 177, 127
HSL
33°, 56%, 68%
CMYK
0, 19, 42, 14
Luminance
0.4804
Every format
| HEX | #dbb17f |
| RGB | rgb(219, 177, 127) |
| HSL | hsl(33, 56%, 68%) |
| CMYK | cmyk(0%, 19%, 42%, 14%) |
| LAB | lab(74.8 8.7 31.3) |
| LCH | lch(74.8 32.5 74.5) |
| OKLCH | oklch(0.786 0.082 71.1) |
Copy-ready code
/* CSS */
color: #dbb17f;
background-color: #dbb17f;
/* Tailwind (arbitrary) */
class="text-[#dbb17f] bg-[#dbb17f]"
/* SCSS */
$brand: #dbb17f;
/* SwiftUI */
Color(red: 0.859, green: 0.694, blue: 0.498)
/* Android */
Color.parseColor("#dbb17f")Accessibility — WCAG contrast
Aa
#dbb17f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb17f on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow42.0%
Key (black)14.1%
Color previews
#dbb17f text on a black background
contrast 10.61:1
Card sample
#dbb17f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb17f;
Background color
Panel with #dbb17f background
background-color: #dbb17f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb17f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 177, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 177, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb17f; background: linear-gradient(135deg, #dbb17f, #C8DB7F);