#985c0b
a dark, electric orange · warm · closest name: peru
RGB
152, 92, 11
HSL
35°, 87%, 32%
CMYK
0, 40, 93, 40
Luminance
0.1435
Every format
| HEX | #985c0b |
| RGB | rgb(152, 92, 11) |
| HSL | hsl(35, 87%, 32%) |
| CMYK | cmyk(0%, 40%, 93%, 40%) |
| LAB | lab(44.7 19.0 50.2) |
| LCH | lch(44.7 53.7 69.3) |
| OKLCH | oklch(0.531 0.115 65.7) |
Copy-ready code
/* CSS */
color: #985c0b;
background-color: #985c0b;
/* Tailwind (arbitrary) */
class="text-[#985c0b] bg-[#985c0b]"
/* SCSS */
$brand: #985c0b;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.043)
/* Android */
Color.parseColor("#985c0b")Accessibility — WCAG contrast
Aa
#985c0b on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#985c0b on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow92.8%
Key (black)40.4%
Color previews
#985c0b text on a black background
contrast 3.87:1
Card sample
#985c0b text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985c0b;
Background color
Panel with #985c0b background
background-color: #985c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985c0b; background: linear-gradient(135deg, #985c0b, #76980B);