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