#58360e
a deep, vivid orange · warm · closest name: sienna
RGB
88, 54, 14
HSL
32°, 73%, 20%
CMYK
0, 39, 84, 66
Luminance
0.0474
Every format
| HEX | #58360e |
| RGB | rgb(88, 54, 14) |
| HSL | hsl(32, 73%, 20%) |
| CMYK | cmyk(0%, 39%, 84%, 66%) |
| LAB | lab(26.0 11.5 29.9) |
| LCH | lch(26.0 32.0 69.0) |
| OKLCH | oklch(0.366 0.072 65.8) |
Copy-ready code
/* CSS */
color: #58360e;
background-color: #58360e;
/* Tailwind (arbitrary) */
class="text-[#58360e] bg-[#58360e]"
/* SCSS */
$brand: #58360e;
/* SwiftUI */
Color(red: 0.345, green: 0.212, blue: 0.055)
/* Android */
Color.parseColor("#58360e")Accessibility — WCAG contrast
Aa
#58360e on white: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58360e on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green21.2%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow84.1%
Key (black)65.5%
Color previews
#58360e text on a black background
contrast 1.95:1
Card sample
#58360e text on a white background
contrast 10.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58360e;
Background color
Panel with #58360e background
background-color: #58360e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58360e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 54, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 54, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58360e; background: linear-gradient(135deg, #58360e, #49580E);