#5c2b13
a deep, vivid orange · warm · closest name: sienna
RGB
92, 43, 19
HSL
20°, 66%, 22%
CMYK
0, 53, 79, 64
Luminance
0.0405
Every format
| HEX | #5c2b13 |
| RGB | rgb(92, 43, 19) |
| HSL | hsl(20, 66%, 22%) |
| CMYK | cmyk(0%, 53%, 79%, 64%) |
| LAB | lab(23.8 20.4 25.3) |
| LCH | lch(23.8 32.5 51.0) |
| OKLCH | oklch(0.351 0.080 44.9) |
Copy-ready code
/* CSS */
color: #5c2b13;
background-color: #5c2b13;
/* Tailwind (arbitrary) */
class="text-[#5c2b13] bg-[#5c2b13]"
/* SCSS */
$brand: #5c2b13;
/* SwiftUI */
Color(red: 0.361, green: 0.169, blue: 0.075)
/* Android */
Color.parseColor("#5c2b13")Accessibility — WCAG contrast
Aa
#5c2b13 on white: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c2b13 on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green16.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow79.3%
Key (black)63.9%
Color previews
#5c2b13 text on a black background
contrast 1.81:1
Card sample
#5c2b13 text on a white background
contrast 11.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c2b13;
Background color
Panel with #5c2b13 background
background-color: #5c2b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c2b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 43, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 43, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c2b13; background: linear-gradient(135deg, #5c2b13, #5C5C13);