#5f360c
a deep, electric orange · warm · closest name: sienna
RGB
95, 54, 12
HSL
30°, 78%, 21%
CMYK
0, 43, 87, 63
Luminance
0.0510
Every format
| HEX | #5f360c |
| RGB | rgb(95, 54, 12) |
| HSL | hsl(30, 78%, 21%) |
| CMYK | cmyk(0%, 43%, 87%, 63%) |
| LAB | lab(27.0 14.8 32.1) |
| LCH | lch(27.0 35.4 65.2) |
| OKLCH | oklch(0.376 0.079 60.9) |
Copy-ready code
/* CSS */
color: #5f360c;
background-color: #5f360c;
/* Tailwind (arbitrary) */
class="text-[#5f360c] bg-[#5f360c]"
/* SCSS */
$brand: #5f360c;
/* SwiftUI */
Color(red: 0.373, green: 0.212, blue: 0.047)
/* Android */
Color.parseColor("#5f360c")Accessibility — WCAG contrast
Aa
#5f360c on white: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f360c on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green21.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow87.4%
Key (black)62.7%
Color previews
#5f360c text on a black background
contrast 2.02:1
Card sample
#5f360c text on a white background
contrast 10.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f360c;
Background color
Panel with #5f360c background
background-color: #5f360c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f360c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 54, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 54, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f360c; background: linear-gradient(135deg, #5f360c, #515F0C);