#620c19
a deep, electric red · warm · closest name: maroon
RGB
98, 12, 25
HSL
351°, 78%, 22%
CMYK
0, 88, 75, 62
Luminance
0.0293
Every format
| HEX | #620c19 |
| RGB | rgb(98, 12, 25) |
| HSL | hsl(351, 78%, 22%) |
| CMYK | cmyk(0%, 88%, 75%, 62%) |
| LAB | lab(19.8 37.4 17.1) |
| LCH | lch(19.8 41.1 24.6) |
| OKLCH | oklch(0.323 0.117 19.8) |
Copy-ready code
/* CSS */
color: #620c19;
background-color: #620c19;
/* Tailwind (arbitrary) */
class="text-[#620c19] bg-[#620c19]"
/* SCSS */
$brand: #620c19;
/* SwiftUI */
Color(red: 0.384, green: 0.047, blue: 0.098)
/* Android */
Color.parseColor("#620c19")Accessibility — WCAG contrast
Aa
#620c19 on white: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620c19 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green4.7%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow74.5%
Key (black)61.6%
Color previews
#620c19 text on a black background
contrast 1.59:1
Card sample
#620c19 text on a white background
contrast 13.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620c19;
Background color
Panel with #620c19 background
background-color: #620c19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620c19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 12, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 12, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620c19; background: linear-gradient(135deg, #620c19, #62380C);