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