#985c13
a dark, electric orange · warm · closest name: sienna
RGB
152, 92, 19
HSL
33°, 78%, 34%
CMYK
0, 40, 88, 40
Luminance
0.1438
Every format
| HEX | #985c13 |
| RGB | rgb(152, 92, 19) |
| HSL | hsl(33, 78%, 34%) |
| CMYK | cmyk(0%, 40%, 88%, 40%) |
| LAB | lab(44.8 19.2 47.9) |
| LCH | lch(44.8 51.6 68.2) |
| OKLCH | oklch(0.531 0.112 64.4) |
Copy-ready code
/* CSS */
color: #985c13;
background-color: #985c13;
/* Tailwind (arbitrary) */
class="text-[#985c13] bg-[#985c13]"
/* SCSS */
$brand: #985c13;
/* SwiftUI */
Color(red: 0.596, green: 0.361, blue: 0.075)
/* Android */
Color.parseColor("#985c13")Accessibility — WCAG contrast
Aa
#985c13 on white: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#985c13 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green36.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow87.5%
Key (black)40.4%
Color previews
#985c13 text on a black background
contrast 3.88:1
Card sample
#985c13 text on a white background
contrast 5.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #985c13;
Background color
Panel with #985c13 background
background-color: #985c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #985c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 92, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 92, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #985c13; background: linear-gradient(135deg, #985c13, #7B9813);