#5c2e0f
a deep, vivid orange · warm · closest name: sienna
RGB
92, 46, 15
HSL
24°, 72%, 21%
CMYK
0, 50, 84, 64
Luminance
0.0426
Every format
| HEX | #5c2e0f |
| RGB | rgb(92, 46, 15) |
| HSL | hsl(24, 72%, 21%) |
| CMYK | cmyk(0%, 50%, 84%, 64%) |
| LAB | lab(24.5 18.4 28.2) |
| LCH | lch(24.5 33.7 56.8) |
| OKLCH | oklch(0.356 0.079 51.0) |
Copy-ready code
/* CSS */
color: #5c2e0f;
background-color: #5c2e0f;
/* Tailwind (arbitrary) */
class="text-[#5c2e0f] bg-[#5c2e0f]"
/* SCSS */
$brand: #5c2e0f;
/* SwiftUI */
Color(red: 0.361, green: 0.180, blue: 0.059)
/* Android */
Color.parseColor("#5c2e0f")Accessibility — WCAG contrast
Aa
#5c2e0f on white: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c2e0f on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green18.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow83.7%
Key (black)63.9%
Color previews
#5c2e0f text on a black background
contrast 1.85:1
Card sample
#5c2e0f text on a white background
contrast 11.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c2e0f;
Background color
Panel with #5c2e0f background
background-color: #5c2e0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c2e0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 46, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 46, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c2e0f; background: linear-gradient(135deg, #5c2e0f, #575C0F);