#583f2d
a dark, soft orange · warm · closest name: darkslategray
RGB
88, 63, 45
HSL
25°, 32%, 26%
CMYK
0, 28, 49, 66
Luminance
0.0582
Every format
| HEX | #583f2d |
| RGB | rgb(88, 63, 45) |
| HSL | hsl(25, 32%, 26%) |
| CMYK | cmyk(0%, 28%, 49%, 66%) |
| LAB | lab(28.9 8.3 15.3) |
| LCH | lch(28.9 17.4 61.4) |
| OKLCH | oklch(0.391 0.045 56.7) |
Copy-ready code
/* CSS */
color: #583f2d;
background-color: #583f2d;
/* Tailwind (arbitrary) */
class="text-[#583f2d] bg-[#583f2d]"
/* SCSS */
$brand: #583f2d;
/* SwiftUI */
Color(red: 0.345, green: 0.247, blue: 0.176)
/* Android */
Color.parseColor("#583f2d")Accessibility — WCAG contrast
Aa
#583f2d on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#583f2d on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green24.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow48.9%
Key (black)65.5%
Color previews
#583f2d text on a black background
contrast 2.16:1
Card sample
#583f2d text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #583f2d;
Background color
Panel with #583f2d background
background-color: #583f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #583f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 63, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 63, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #583f2d; background: linear-gradient(135deg, #583f2d, #54582D);