#580730
a deep, electric magenta / pink · warm · closest name: black
RGB
88, 7, 48
HSL
330°, 85%, 19%
CMYK
0, 92, 46, 66
Luminance
0.0244
Every format
| HEX | #580730 |
| RGB | rgb(88, 7, 48) |
| HSL | hsl(330, 85%, 19%) |
| CMYK | cmyk(0%, 92%, 46%, 66%) |
| LAB | lab(17.6 37.6 -2.5) |
| LCH | lch(17.6 37.7 356.1) |
| OKLCH | oklch(0.305 0.116 356.9) |
Copy-ready code
/* CSS */
color: #580730;
background-color: #580730;
/* Tailwind (arbitrary) */
class="text-[#580730] bg-[#580730]"
/* SCSS */
$brand: #580730;
/* SwiftUI */
Color(red: 0.345, green: 0.027, blue: 0.188)
/* Android */
Color.parseColor("#580730")Accessibility — WCAG contrast
Aa
#580730 on white: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#580730 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green2.7%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow45.5%
Key (black)65.5%
Color previews
#580730 text on a black background
contrast 1.49:1
Card sample
#580730 text on a white background
contrast 14.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #580730;
Background color
Panel with #580730 background
background-color: #580730;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #580730;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 7, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 7, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #580730; background: linear-gradient(135deg, #580730, #581407);