#580b21
a deep, electric magenta / pink · warm · closest name: maroon
RGB
88, 11, 33
HSL
343°, 78%, 19%
CMYK
0, 88, 63, 66
Luminance
0.0242
Every format
| HEX | #580b21 |
| RGB | rgb(88, 11, 33) |
| HSL | hsl(343, 78%, 19%) |
| CMYK | cmyk(0%, 88%, 63%, 66%) |
| LAB | lab(17.6 35.1 8.2) |
| LCH | lch(17.6 36.0 13.1) |
| OKLCH | oklch(0.303 0.108 10.9) |
Copy-ready code
/* CSS */
color: #580b21;
background-color: #580b21;
/* Tailwind (arbitrary) */
class="text-[#580b21] bg-[#580b21]"
/* SCSS */
$brand: #580b21;
/* SwiftUI */
Color(red: 0.345, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#580b21")Accessibility — WCAG contrast
Aa
#580b21 on white: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#580b21 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.5%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow62.5%
Key (black)65.5%
Color previews
#580b21 text on a black background
contrast 1.48:1
Card sample
#580b21 text on a white background
contrast 14.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #580b21;
Background color
Panel with #580b21 background
background-color: #580b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #580b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(88, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(88, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #580b21; background: linear-gradient(135deg, #580b21, #58280B);