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