#58422c
a dark, soft orange · warm · closest name: darkslategray
RGB
88, 66, 44
HSL
30°, 33%, 26%
CMYK
0, 25, 50, 66
Luminance
0.0615
Every format
| HEX | #58422c |
| RGB | rgb(88, 66, 44) |
| HSL | hsl(30, 33%, 26%) |
| CMYK | cmyk(0%, 25%, 50%, 66%) |
| LAB | lab(29.8 6.3 17.0) |
| LCH | lch(29.8 18.2 69.7) |
| OKLCH | oklch(0.397 0.046 65.9) |
Copy-ready code
/* CSS */
color: #58422c;
background-color: #58422c;
/* Tailwind (arbitrary) */
class="text-[#58422c] bg-[#58422c]"
/* SCSS */
$brand: #58422c;
/* SwiftUI */
Color(red: 0.345, green: 0.259, blue: 0.173)
/* Android */
Color.parseColor("#58422c")Accessibility — WCAG contrast
Aa
#58422c on white: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58422c on black: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green25.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow50.0%
Key (black)65.5%
Color previews
#58422c text on a black background
contrast 2.23:1
Card sample
#58422c text on a white background
contrast 9.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58422c;
Background color
Panel with #58422c background
background-color: #58422c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58422c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 66, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 66, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58422c; background: linear-gradient(135deg, #58422c, #51582C);