#592c33
a dark, soft red · warm · closest name: black
RGB
89, 44, 51
HSL
351°, 34%, 26%
CMYK
0, 51, 43, 65
Luminance
0.0416
Every format
| HEX | #592c33 |
| RGB | rgb(89, 44, 51) |
| HSL | hsl(351, 34%, 26%) |
| CMYK | cmyk(0%, 51%, 43%, 65%) |
| LAB | lab(24.2 21.5 4.9) |
| LCH | lch(24.2 22.0 12.9) |
| OKLCH | oklch(0.355 0.066 11.2) |
Copy-ready code
/* CSS */
color: #592c33;
background-color: #592c33;
/* Tailwind (arbitrary) */
class="text-[#592c33] bg-[#592c33]"
/* SCSS */
$brand: #592c33;
/* SwiftUI */
Color(red: 0.349, green: 0.173, blue: 0.200)
/* Android */
Color.parseColor("#592c33")Accessibility — WCAG contrast
Aa
#592c33 on white: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#592c33 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green17.3%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow42.7%
Key (black)65.1%
Color previews
#592c33 text on a black background
contrast 1.83:1
Card sample
#592c33 text on a white background
contrast 11.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #592c33;
Background color
Panel with #592c33 background
background-color: #592c33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #592c33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 44, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 44, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #592c33; background: linear-gradient(135deg, #592c33, #59432C);