#621c21
a deep, vivid red · warm · closest name: maroon
RGB
98, 28, 33
HSL
356°, 56%, 25%
CMYK
0, 71, 66, 62
Luminance
0.0354
Every format
| HEX | #621c21 |
| RGB | rgb(98, 28, 33) |
| HSL | hsl(356, 56%, 25%) |
| CMYK | cmyk(0%, 71%, 66%, 62%) |
| LAB | lab(22.1 31.9 14.5) |
| LCH | lch(22.1 35.0 24.5) |
| OKLCH | oklch(0.341 0.101 20.3) |
Copy-ready code
/* CSS */
color: #621c21;
background-color: #621c21;
/* Tailwind (arbitrary) */
class="text-[#621c21] bg-[#621c21]"
/* SCSS */
$brand: #621c21;
/* SwiftUI */
Color(red: 0.384, green: 0.110, blue: 0.129)
/* Android */
Color.parseColor("#621c21")Accessibility — WCAG contrast
Aa
#621c21 on white: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#621c21 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green11.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow66.3%
Key (black)61.6%
Color previews
#621c21 text on a black background
contrast 1.71:1
Card sample
#621c21 text on a white background
contrast 12.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #621c21;
Background color
Panel with #621c21 background
background-color: #621c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #621c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 28, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 28, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #621c21; background: linear-gradient(135deg, #621c21, #62461C);