#58092c
a deep, electric magenta / pink · warm · closest name: maroon
RGB
88, 9, 44
HSL
333°, 81%, 19%
CMYK
0, 90, 50, 66
Luminance
0.0245
Every format
| HEX | #58092c |
| RGB | rgb(88, 9, 44) |
| HSL | hsl(333, 81%, 19%) |
| CMYK | cmyk(0%, 90%, 50%, 66%) |
| LAB | lab(17.7 36.6 0.4) |
| LCH | lch(17.7 36.6 0.6) |
| OKLCH | oklch(0.305 0.113 0.7) |
Copy-ready code
/* CSS */
color: #58092c;
background-color: #58092c;
/* Tailwind (arbitrary) */
class="text-[#58092c] bg-[#58092c]"
/* SCSS */
$brand: #58092c;
/* SwiftUI */
Color(red: 0.345, green: 0.035, blue: 0.173)
/* Android */
Color.parseColor("#58092c")Accessibility — WCAG contrast
Aa
#58092c on white: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#58092c on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green3.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow50.0%
Key (black)65.5%
Color previews
#58092c text on a black background
contrast 1.49:1
Card sample
#58092c text on a white background
contrast 14.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #58092c;
Background color
Panel with #58092c background
background-color: #58092c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #58092c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 9, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 9, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #58092c; background: linear-gradient(135deg, #58092c, #581B09);