#9e5a00
a dark, electric orange · warm · closest name: peru
RGB
158, 90, 0
HSL
34°, 100%, 31%
CMYK
0, 43, 100, 38
Luminance
0.1458
Every format
| HEX | #9e5a00 |
| RGB | rgb(158, 90, 0) |
| HSL | hsl(34, 100%, 31%) |
| CMYK | cmyk(0%, 43%, 100%, 38%) |
| LAB | lab(45.1 22.7 53.6) |
| LCH | lch(45.1 58.2 67.1) |
| OKLCH | oklch(0.535 0.123 62.4) |
Copy-ready code
/* CSS */
color: #9e5a00;
background-color: #9e5a00;
/* Tailwind (arbitrary) */
class="text-[#9e5a00] bg-[#9e5a00]"
/* SCSS */
$brand: #9e5a00;
/* SwiftUI */
Color(red: 0.620, green: 0.353, blue: 0.000)
/* Android */
Color.parseColor("#9e5a00")Accessibility — WCAG contrast
Aa
#9e5a00 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#9e5a00 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green35.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow100.0%
Key (black)38.0%
Color previews
#9e5a00 text on a black background
contrast 3.92:1
Card sample
#9e5a00 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9e5a00;
Background color
Panel with #9e5a00 background
background-color: #9e5a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9e5a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 90, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 90, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9e5a00; background: linear-gradient(135deg, #9e5a00, #799E00);