#db9c2f
a balanced, vivid orange · warm · closest name: peru
RGB
219, 156, 47
HSL
38°, 71%, 52%
CMYK
0, 29, 79, 14
Luminance
0.3904
Every format
| HEX | #db9c2f |
| RGB | rgb(219, 156, 47) |
| HSL | hsl(38, 71%, 52%) |
| CMYK | cmyk(0%, 29%, 79%, 14%) |
| LAB | lab(68.8 14.2 62.3) |
| LCH | lch(68.8 63.9 77.1) |
| OKLCH | oklch(0.736 0.139 76.2) |
Copy-ready code
/* CSS */
color: #db9c2f;
background-color: #db9c2f;
/* Tailwind (arbitrary) */
class="text-[#db9c2f] bg-[#db9c2f]"
/* SCSS */
$brand: #db9c2f;
/* SwiftUI */
Color(red: 0.859, green: 0.612, blue: 0.184)
/* Android */
Color.parseColor("#db9c2f")Accessibility — WCAG contrast
Aa
#db9c2f on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#db9c2f on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green61.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow78.5%
Key (black)14.1%
Color previews
#db9c2f text on a black background
contrast 8.81:1
Card sample
#db9c2f text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #db9c2f;
Background color
Panel with #db9c2f background
background-color: #db9c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #db9c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 156, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 156, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #db9c2f; background: linear-gradient(135deg, #db9c2f, #A7DB2F);