#dbac5f
a balanced, vivid orange · warm · closest name: peru
RGB
219, 172, 95
HSL
37°, 63%, 62%
CMYK
0, 22, 57, 14
Luminance
0.4539
Every format
| HEX | #dbac5f |
| RGB | rgb(219, 172, 95) |
| HSL | hsl(37, 63%, 62%) |
| CMYK | cmyk(0%, 22%, 57%, 14%) |
| LAB | lab(73.2 8.4 45.7) |
| LCH | lch(73.2 46.4 79.6) |
| OKLCH | oklch(0.772 0.110 78.3) |
Copy-ready code
/* CSS */
color: #dbac5f;
background-color: #dbac5f;
/* Tailwind (arbitrary) */
class="text-[#dbac5f] bg-[#dbac5f]"
/* SCSS */
$brand: #dbac5f;
/* SwiftUI */
Color(red: 0.859, green: 0.675, blue: 0.373)
/* Android */
Color.parseColor("#dbac5f")Accessibility — WCAG contrast
Aa
#dbac5f on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbac5f on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green67.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow56.6%
Key (black)14.1%
Color previews
#dbac5f text on a black background
contrast 10.08:1
Card sample
#dbac5f text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbac5f;
Background color
Panel with #dbac5f background
background-color: #dbac5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbac5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 172, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 172, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbac5f; background: linear-gradient(135deg, #dbac5f, #B7DB5F);