#620921
a deep, electric magenta / pink · warm · closest name: maroon
RGB
98, 9, 33
HSL
344°, 83%, 21%
CMYK
0, 91, 66, 62
Luminance
0.0290
Every format
| HEX | #620921 |
| RGB | rgb(98, 9, 33) |
| HSL | hsl(344, 83%, 21%) |
| CMYK | cmyk(0%, 91%, 66%, 62%) |
| LAB | lab(19.6 38.7 11.3) |
| LCH | lch(19.6 40.3 16.3) |
| OKLCH | oklch(0.323 0.120 13.4) |
Copy-ready code
/* CSS */
color: #620921;
background-color: #620921;
/* Tailwind (arbitrary) */
class="text-[#620921] bg-[#620921]"
/* SCSS */
$brand: #620921;
/* SwiftUI */
Color(red: 0.384, green: 0.035, blue: 0.129)
/* Android */
Color.parseColor("#620921")Accessibility — WCAG contrast
Aa
#620921 on white: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620921 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green3.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.8%
Yellow66.3%
Key (black)61.6%
Color previews
#620921 text on a black background
contrast 1.58:1
Card sample
#620921 text on a white background
contrast 13.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620921;
Background color
Panel with #620921 background
background-color: #620921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 9, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 9, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620921; background: linear-gradient(135deg, #620921, #622C09);