#5e1a00
a deep, electric orange · warm · closest name: maroon
RGB
94, 26, 0
HSL
17°, 100%, 18%
CMYK
0, 72, 100, 63
Luminance
0.0312
Every format
| HEX | #5e1a00 |
| RGB | rgb(94, 26, 0) |
| HSL | hsl(17, 100%, 18%) |
| CMYK | cmyk(0%, 72%, 100%, 63%) |
| LAB | lab(20.5 29.8 30.5) |
| LCH | lch(20.5 42.6 45.7) |
| OKLCH | oklch(0.326 0.105 39.0) |
Copy-ready code
/* CSS */
color: #5e1a00;
background-color: #5e1a00;
/* Tailwind (arbitrary) */
class="text-[#5e1a00] bg-[#5e1a00]"
/* SCSS */
$brand: #5e1a00;
/* SwiftUI */
Color(red: 0.369, green: 0.102, blue: 0.000)
/* Android */
Color.parseColor("#5e1a00")Accessibility — WCAG contrast
Aa
#5e1a00 on white: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e1a00 on black: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green10.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow100.0%
Key (black)63.1%
Color previews
#5e1a00 text on a black background
contrast 1.62:1
Card sample
#5e1a00 text on a white background
contrast 12.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e1a00;
Background color
Panel with #5e1a00 background
background-color: #5e1a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e1a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 26, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 26, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e1a00; background: linear-gradient(135deg, #5e1a00, #5E5900);