#570621
a deep, electric magenta / pink · warm · closest name: maroon
RGB
87, 6, 33
HSL
340°, 87%, 18%
CMYK
0, 93, 62, 66
Luminance
0.0227
Every format
| HEX | #570621 |
| RGB | rgb(87, 6, 33) |
| HSL | hsl(340, 87%, 18%) |
| CMYK | cmyk(0%, 93%, 62%, 66%) |
| LAB | lab(16.8 36.2 7.1) |
| LCH | lch(16.8 36.9 11.1) |
| OKLCH | oklch(0.297 0.112 9.2) |
Copy-ready code
/* CSS */
color: #570621;
background-color: #570621;
/* Tailwind (arbitrary) */
class="text-[#570621] bg-[#570621]"
/* SCSS */
$brand: #570621;
/* SwiftUI */
Color(red: 0.341, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#570621")Accessibility — WCAG contrast
Aa
#570621 on white: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#570621 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow62.1%
Key (black)65.9%
Color previews
#570621 text on a black background
contrast 1.45:1
Card sample
#570621 text on a white background
contrast 14.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #570621;
Background color
Panel with #570621 background
background-color: #570621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #570621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #570621; background: linear-gradient(135deg, #570621, #572106);