#58482c
a dark, soft orange · warm · closest name: darkslategray
RGB
88, 72, 44
HSL
38°, 33%, 26%
CMYK
0, 18, 50, 66
Luminance
0.0689
Every format
| HEX | #58482c |
| RGB | rgb(88, 72, 44) |
| HSL | hsl(38, 33%, 26%) |
| CMYK | cmyk(0%, 18%, 50%, 66%) |
| LAB | lab(31.6 2.5 19.3) |
| LCH | lch(31.6 19.5 82.5) |
| OKLCH | oklch(0.411 0.048 80.8) |
Copy-ready code
/* CSS */
color: #58482c;
background-color: #58482c;
/* Tailwind (arbitrary) */
class="text-[#58482c] bg-[#58482c]"
/* SCSS */
$brand: #58482c;
/* SwiftUI */
Color(red: 0.345, green: 0.282, blue: 0.173)
/* Android */
Color.parseColor("#58482c")Accessibility — WCAG contrast
Aa
#58482c on white: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58482c on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green28.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow50.0%
Key (black)65.5%
Color previews
#58482c text on a black background
contrast 2.38:1
Card sample
#58482c text on a white background
contrast 8.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58482c;
Background color
Panel with #58482c background
background-color: #58482c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58482c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 72, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 72, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58482c; background: linear-gradient(135deg, #58482c, #4B582C);