#5b2000
a deep, electric orange · warm · closest name: sienna
RGB
91, 32, 0
HSL
21°, 100%, 18%
CMYK
0, 65, 100, 64
Luminance
0.0326
Every format
| HEX | #5b2000 |
| RGB | rgb(91, 32, 0) |
| HSL | hsl(21, 100%, 18%) |
| CMYK | cmyk(0%, 65%, 100%, 64%) |
| LAB | lab(21.1 25.5 30.9) |
| LCH | lch(21.1 40.1 50.5) |
| OKLCH | oklch(0.329 0.096 44.1) |
Copy-ready code
/* CSS */
color: #5b2000;
background-color: #5b2000;
/* Tailwind (arbitrary) */
class="text-[#5b2000] bg-[#5b2000]"
/* SCSS */
$brand: #5b2000;
/* SwiftUI */
Color(red: 0.357, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#5b2000")Accessibility — WCAG contrast
Aa
#5b2000 on white: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b2000 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta64.8%
Yellow100.0%
Key (black)64.3%
Color previews
#5b2000 text on a black background
contrast 1.65:1
Card sample
#5b2000 text on a white background
contrast 12.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b2000;
Background color
Panel with #5b2000 background
background-color: #5b2000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b2000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b2000; background: linear-gradient(135deg, #5b2000, #595B00);