#583a2c
a dark, soft orange · warm · closest name: darkslategray
RGB
88, 58, 44
HSL
19°, 33%, 26%
CMYK
0, 34, 50, 66
Luminance
0.0528
Every format
| HEX | #583a2c |
| RGB | rgb(88, 58, 44) |
| HSL | hsl(19, 33%, 26%) |
| CMYK | cmyk(0%, 34%, 50%, 66%) |
| LAB | lab(27.5 11.4 14.1) |
| LCH | lch(27.5 18.1 51.0) |
| OKLCH | oklch(0.380 0.049 45.8) |
Copy-ready code
/* CSS */
color: #583a2c;
background-color: #583a2c;
/* Tailwind (arbitrary) */
class="text-[#583a2c] bg-[#583a2c]"
/* SCSS */
$brand: #583a2c;
/* SwiftUI */
Color(red: 0.345, green: 0.227, blue: 0.173)
/* Android */
Color.parseColor("#583a2c")Accessibility — WCAG contrast
Aa
#583a2c on white: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#583a2c on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green22.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow50.0%
Key (black)65.5%
Color previews
#583a2c text on a black background
contrast 2.06:1
Card sample
#583a2c text on a white background
contrast 10.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #583a2c;
Background color
Panel with #583a2c background
background-color: #583a2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #583a2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 58, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 58, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #583a2c; background: linear-gradient(135deg, #583a2c, #58572C);