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