#dbb05f
a balanced, vivid orange · warm · closest name: peru
RGB
219, 176, 95
HSL
39°, 63%, 62%
CMYK
0, 20, 57, 14
Luminance
0.4694
Every format
| HEX | #dbb05f |
| RGB | rgb(219, 176, 95) |
| HSL | hsl(39, 63%, 62%) |
| CMYK | cmyk(0%, 20%, 57%, 14%) |
| LAB | lab(74.2 6.3 46.9) |
| LCH | lch(74.2 47.3 82.4) |
| OKLCH | oklch(0.779 0.111 81.7) |
Copy-ready code
/* CSS */
color: #dbb05f;
background-color: #dbb05f;
/* Tailwind (arbitrary) */
class="text-[#dbb05f] bg-[#dbb05f]"
/* SCSS */
$brand: #dbb05f;
/* SwiftUI */
Color(red: 0.859, green: 0.690, blue: 0.373)
/* Android */
Color.parseColor("#dbb05f")Accessibility — WCAG contrast
Aa
#dbb05f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbb05f on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green69.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow56.6%
Key (black)14.1%
Color previews
#dbb05f text on a black background
contrast 10.39:1
Card sample
#dbb05f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbb05f;
Background color
Panel with #dbb05f background
background-color: #dbb05f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbb05f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 176, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 176, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbb05f; background: linear-gradient(135deg, #dbb05f, #B3DB5F);