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