#570821
a deep, electric magenta / pink · warm · closest name: maroon
RGB
87, 8, 33
HSL
341°, 83%, 19%
CMYK
0, 91, 62, 66
Luminance
0.0231
Every format
| HEX | #570821 |
| RGB | rgb(87, 8, 33) |
| HSL | hsl(341, 83%, 19%) |
| CMYK | cmyk(0%, 91%, 62%, 66%) |
| LAB | lab(17.0 35.6 7.4) |
| LCH | lch(17.0 36.4 11.7) |
| OKLCH | oklch(0.299 0.110 9.7) |
Copy-ready code
/* CSS */
color: #570821;
background-color: #570821;
/* Tailwind (arbitrary) */
class="text-[#570821] bg-[#570821]"
/* SCSS */
$brand: #570821;
/* SwiftUI */
Color(red: 0.341, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#570821")Accessibility — WCAG contrast
Aa
#570821 on white: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570821 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow62.1%
Key (black)65.9%
Color previews
#570821 text on a black background
contrast 1.46:1
Card sample
#570821 text on a white background
contrast 14.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570821;
Background color
Panel with #570821 background
background-color: #570821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570821; background: linear-gradient(135deg, #570821, #572408);