#62040c
a deep, electric red · warm · closest name: maroon
RGB
98, 4, 12
HSL
355°, 92%, 20%
CMYK
0, 96, 88, 62
Luminance
0.0271
Every format
| HEX | #62040c |
| RGB | rgb(98, 4, 12) |
| HSL | hsl(355, 92%, 20%) |
| CMYK | cmyk(0%, 96%, 88%, 62%) |
| LAB | lab(18.9 39.0 23.9) |
| LCH | lch(18.9 45.7 31.5) |
| OKLCH | oklch(0.316 0.124 25.1) |
Copy-ready code
/* CSS */
color: #62040c;
background-color: #62040c;
/* Tailwind (arbitrary) */
class="text-[#62040c] bg-[#62040c]"
/* SCSS */
$brand: #62040c;
/* SwiftUI */
Color(red: 0.384, green: 0.016, blue: 0.047)
/* Android */
Color.parseColor("#62040c")Accessibility — WCAG contrast
Aa
#62040c on white: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#62040c on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green1.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta95.9%
Yellow87.8%
Key (black)61.6%
Color previews
#62040c text on a black background
contrast 1.54:1
Card sample
#62040c text on a white background
contrast 13.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #62040c;
Background color
Panel with #62040c background
background-color: #62040c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #62040c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 4, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 4, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #62040c; background: linear-gradient(135deg, #62040c, #623B04);