#621521
a deep, vivid red · warm · closest name: maroon
RGB
98, 21, 33
HSL
351°, 65%, 23%
CMYK
0, 79, 66, 62
Luminance
0.0324
Every format
| HEX | #621521 |
| RGB | rgb(98, 21, 33) |
| HSL | hsl(351, 65%, 23%) |
| CMYK | cmyk(0%, 79%, 66%, 62%) |
| LAB | lab(21.0 34.9 13.1) |
| LCH | lch(21.0 37.3 20.6) |
| OKLCH | oklch(0.333 0.109 17.0) |
Copy-ready code
/* CSS */
color: #621521;
background-color: #621521;
/* Tailwind (arbitrary) */
class="text-[#621521] bg-[#621521]"
/* SCSS */
$brand: #621521;
/* SwiftUI */
Color(red: 0.384, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#621521")Accessibility — WCAG contrast
Aa
#621521 on white: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#621521 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow66.3%
Key (black)61.6%
Color previews
#621521 text on a black background
contrast 1.65:1
Card sample
#621521 text on a white background
contrast 12.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #621521;
Background color
Panel with #621521 background
background-color: #621521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #621521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #621521; background: linear-gradient(135deg, #621521, #623C15);