#620b13
a deep, electric red · warm · closest name: maroon
RGB
98, 11, 19
HSL
355°, 80%, 21%
CMYK
0, 89, 81, 62
Luminance
0.0288
Every format
| HEX | #620b13 |
| RGB | rgb(98, 11, 19) |
| HSL | hsl(355, 80%, 21%) |
| CMYK | cmyk(0%, 89%, 81%, 62%) |
| LAB | lab(19.6 37.4 20.9) |
| LCH | lch(19.6 42.9 29.3) |
| OKLCH | oklch(0.321 0.118 23.3) |
Copy-ready code
/* CSS */
color: #620b13;
background-color: #620b13;
/* Tailwind (arbitrary) */
class="text-[#620b13] bg-[#620b13]"
/* SCSS */
$brand: #620b13;
/* SwiftUI */
Color(red: 0.384, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#620b13")Accessibility — WCAG contrast
Aa
#620b13 on white: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620b13 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow80.6%
Key (black)61.6%
Color previews
#620b13 text on a black background
contrast 1.58:1
Card sample
#620b13 text on a white background
contrast 13.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620b13;
Background color
Panel with #620b13 background
background-color: #620b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620b13; background: linear-gradient(135deg, #620b13, #623D0B);