#584f2c
a dark, soft yellow · cool · closest name: darkslategray
RGB
88, 79, 44
HSL
48°, 33%, 26%
CMYK
0, 10, 50, 66
Luminance
0.0785
Every format
| HEX | #584f2c |
| RGB | rgb(88, 79, 44) |
| HSL | hsl(48, 33%, 26%) |
| CMYK | cmyk(0%, 10%, 50%, 66%) |
| LAB | lab(33.7 -1.8 21.9) |
| LCH | lch(33.7 22.0 94.6) |
| OKLCH | oklch(0.428 0.053 95.4) |
Copy-ready code
/* CSS */
color: #584f2c;
background-color: #584f2c;
/* Tailwind (arbitrary) */
class="text-[#584f2c] bg-[#584f2c]"
/* SCSS */
$brand: #584f2c;
/* SwiftUI */
Color(red: 0.345, green: 0.310, blue: 0.173)
/* Android */
Color.parseColor("#584f2c")Accessibility — WCAG contrast
Aa
#584f2c on white: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#584f2c on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green31.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow50.0%
Key (black)65.5%
Color previews
#584f2c text on a black background
contrast 2.57:1
Card sample
#584f2c text on a white background
contrast 8.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #584f2c;
Background color
Panel with #584f2c background
background-color: #584f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #584f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 79, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 79, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #584f2c; background: linear-gradient(135deg, #584f2c, #44582C);