#620021
a deep, electric magenta / pink · warm · closest name: maroon
RGB
98, 0, 33
HSL
340°, 100%, 19%
CMYK
0, 100, 66, 62
Luminance
0.0271
Every format
| HEX | #620021 |
| RGB | rgb(98, 0, 33) |
| HSL | hsl(340, 100%, 19%) |
| CMYK | cmyk(0%, 100%, 66%, 62%) |
| LAB | lab(18.8 41.0 10.3) |
| LCH | lch(18.8 42.3 14.0) |
| OKLCH | oklch(0.317 0.127 11.4) |
Copy-ready code
/* CSS */
color: #620021;
background-color: #620021;
/* Tailwind (arbitrary) */
class="text-[#620021] bg-[#620021]"
/* SCSS */
$brand: #620021;
/* SwiftUI */
Color(red: 0.384, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#620021")Accessibility — WCAG contrast
Aa
#620021 on white: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620021 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow66.3%
Key (black)61.6%
Color previews
#620021 text on a black background
contrast 1.54:1
Card sample
#620021 text on a white background
contrast 13.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620021;
Background color
Panel with #620021 background
background-color: #620021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620021; background: linear-gradient(135deg, #620021, #622000);