#5b2d0b
a deep, electric orange · warm · closest name: sienna
RGB
91, 45, 11
HSL
26°, 78%, 20%
CMYK
0, 51, 88, 64
Luminance
0.0413
Every format
| HEX | #5b2d0b |
| RGB | rgb(91, 45, 11) |
| HSL | hsl(26, 78%, 20%) |
| CMYK | cmyk(0%, 51%, 88%, 64%) |
| LAB | lab(24.1 18.4 29.6) |
| LCH | lch(24.1 34.9 58.1) |
| OKLCH | oklch(0.352 0.081 52.3) |
Copy-ready code
/* CSS */
color: #5b2d0b;
background-color: #5b2d0b;
/* Tailwind (arbitrary) */
class="text-[#5b2d0b] bg-[#5b2d0b]"
/* SCSS */
$brand: #5b2d0b;
/* SwiftUI */
Color(red: 0.357, green: 0.176, blue: 0.043)
/* Android */
Color.parseColor("#5b2d0b")Accessibility — WCAG contrast
Aa
#5b2d0b on white: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b2d0b on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green17.6%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta50.5%
Yellow87.9%
Key (black)64.3%
Color previews
#5b2d0b text on a black background
contrast 1.83:1
Card sample
#5b2d0b text on a white background
contrast 11.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b2d0b;
Background color
Panel with #5b2d0b background
background-color: #5b2d0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b2d0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 45, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 45, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b2d0b; background: linear-gradient(135deg, #5b2d0b, #545B0B);