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