#5c360f
a deep, vivid orange · warm · closest name: sienna
RGB
92, 54, 15
HSL
30°, 72%, 21%
CMYK
0, 41, 84, 64
Luminance
0.0495
Every format
| HEX | #5c360f |
| RGB | rgb(92, 54, 15) |
| HSL | hsl(30, 72%, 21%) |
| CMYK | cmyk(0%, 41%, 84%, 64%) |
| LAB | lab(26.6 13.5 30.2) |
| LCH | lch(26.6 33.1 65.9) |
| OKLCH | oklch(0.372 0.075 61.9) |
Copy-ready code
/* CSS */
color: #5c360f;
background-color: #5c360f;
/* Tailwind (arbitrary) */
class="text-[#5c360f] bg-[#5c360f]"
/* SCSS */
$brand: #5c360f;
/* SwiftUI */
Color(red: 0.361, green: 0.212, blue: 0.059)
/* Android */
Color.parseColor("#5c360f")Accessibility — WCAG contrast
Aa
#5c360f on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5c360f on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green21.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow83.7%
Key (black)63.9%
Color previews
#5c360f text on a black background
contrast 1.99:1
Card sample
#5c360f text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c360f;
Background color
Panel with #5c360f background
background-color: #5c360f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c360f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 54, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 54, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c360f; background: linear-gradient(135deg, #5c360f, #4F5C0F);