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