#580923
a deep, electric magenta / pink · warm · closest name: maroon
RGB
88, 9, 35
HSL
340°, 81%, 19%
CMYK
0, 90, 60, 66
Luminance
0.0239
Every format
| HEX | #580923 |
| RGB | rgb(88, 9, 35) |
| HSL | hsl(340, 81%, 19%) |
| CMYK | cmyk(0%, 90%, 60%, 66%) |
| LAB | lab(17.4 35.8 6.5) |
| LCH | lch(17.4 36.4 10.3) |
| OKLCH | oklch(0.302 0.110 8.6) |
Copy-ready code
/* CSS */
color: #580923;
background-color: #580923;
/* Tailwind (arbitrary) */
class="text-[#580923] bg-[#580923]"
/* SCSS */
$brand: #580923;
/* SwiftUI */
Color(red: 0.345, green: 0.035, blue: 0.137)
/* Android */
Color.parseColor("#580923")Accessibility — WCAG contrast
Aa
#580923 on white: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#580923 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green3.5%
Blue13.7%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow60.2%
Key (black)65.5%
Color previews
#580923 text on a black background
contrast 1.48:1
Card sample
#580923 text on a white background
contrast 14.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #580923;
Background color
Panel with #580923 background
background-color: #580923;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #580923;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 9, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 9, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #580923; background: linear-gradient(135deg, #580923, #582409);