#582913
a deep, vivid orange · warm · closest name: sienna
RGB
88, 41, 19
HSL
19°, 65%, 21%
CMYK
0, 53, 78, 66
Luminance
0.0371
Every format
| HEX | #582913 |
| RGB | rgb(88, 41, 19) |
| HSL | hsl(19, 65%, 21%) |
| CMYK | cmyk(0%, 53%, 78%, 66%) |
| LAB | lab(22.7 19.8 23.8) |
| LCH | lch(22.7 31.0 50.3) |
| OKLCH | oklch(0.341 0.077 44.2) |
Copy-ready code
/* CSS */
color: #582913;
background-color: #582913;
/* Tailwind (arbitrary) */
class="text-[#582913] bg-[#582913]"
/* SCSS */
$brand: #582913;
/* SwiftUI */
Color(red: 0.345, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#582913")Accessibility — WCAG contrast
Aa
#582913 on white: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#582913 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow78.4%
Key (black)65.5%
Color previews
#582913 text on a black background
contrast 1.74:1
Card sample
#582913 text on a white background
contrast 12.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #582913;
Background color
Panel with #582913 background
background-color: #582913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #582913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #582913; background: linear-gradient(135deg, #582913, #585713);