#621321
a deep, vivid red · warm · closest name: maroon
RGB
98, 19, 33
HSL
349°, 68%, 23%
CMYK
0, 81, 66, 62
Luminance
0.0317
Every format
| HEX | #621321 |
| RGB | rgb(98, 19, 33) |
| HSL | hsl(349, 68%, 23%) |
| CMYK | cmyk(0%, 81%, 66%, 62%) |
| LAB | lab(20.7 35.6 12.8) |
| LCH | lch(20.7 37.9 19.7) |
| OKLCH | oklch(0.331 0.111 16.2) |
Copy-ready code
/* CSS */
color: #621321;
background-color: #621321;
/* Tailwind (arbitrary) */
class="text-[#621321] bg-[#621321]"
/* SCSS */
$brand: #621321;
/* SwiftUI */
Color(red: 0.384, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#621321")Accessibility — WCAG contrast
Aa
#621321 on white: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#621321 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow66.3%
Key (black)61.6%
Color previews
#621321 text on a black background
contrast 1.63:1
Card sample
#621321 text on a white background
contrast 12.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #621321;
Background color
Panel with #621321 background
background-color: #621321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #621321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #621321; background: linear-gradient(135deg, #621321, #623A13);