#600a21
a deep, electric magenta / pink · warm · closest name: maroon
RGB
96, 10, 33
HSL
344°, 81%, 21%
CMYK
0, 90, 66, 62
Luminance
0.0281
Every format
| HEX | #600a21 |
| RGB | rgb(96, 10, 33) |
| HSL | hsl(344, 81%, 21%) |
| CMYK | cmyk(0%, 90%, 66%, 62%) |
| LAB | lab(19.3 37.8 10.8) |
| LCH | lch(19.3 39.3 15.9) |
| OKLCH | oklch(0.319 0.117 13.0) |
Copy-ready code
/* CSS */
color: #600a21;
background-color: #600a21;
/* Tailwind (arbitrary) */
class="text-[#600a21] bg-[#600a21]"
/* SCSS */
$brand: #600a21;
/* SwiftUI */
Color(red: 0.376, green: 0.039, blue: 0.129)
/* Android */
Color.parseColor("#600a21")Accessibility — WCAG contrast
Aa
#600a21 on white: 13.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#600a21 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green3.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow65.6%
Key (black)62.4%
Color previews
#600a21 text on a black background
contrast 1.56:1
Card sample
#600a21 text on a white background
contrast 13.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #600a21;
Background color
Panel with #600a21 background
background-color: #600a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #600a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 10, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 10, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #600a21; background: linear-gradient(135deg, #600a21, #602C0A);