#620b0f
a deep, electric red · warm · closest name: maroon
RGB
98, 11, 15
HSL
357°, 80%, 21%
CMYK
0, 89, 85, 62
Luminance
0.0287
Every format
| HEX | #620b0f |
| RGB | rgb(98, 11, 15) |
| HSL | hsl(357, 80%, 21%) |
| CMYK | cmyk(0%, 89%, 85%, 62%) |
| LAB | lab(19.5 37.2 23.2) |
| LCH | lch(19.5 43.9 32.0) |
| OKLCH | oklch(0.321 0.119 25.4) |
Copy-ready code
/* CSS */
color: #620b0f;
background-color: #620b0f;
/* Tailwind (arbitrary) */
class="text-[#620b0f] bg-[#620b0f]"
/* SCSS */
$brand: #620b0f;
/* SwiftUI */
Color(red: 0.384, green: 0.043, blue: 0.059)
/* Android */
Color.parseColor("#620b0f")Accessibility — WCAG contrast
Aa
#620b0f on white: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#620b0f on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green4.3%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow84.7%
Key (black)61.6%
Color previews
#620b0f text on a black background
contrast 1.57:1
Card sample
#620b0f text on a white background
contrast 13.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #620b0f;
Background color
Panel with #620b0f background
background-color: #620b0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #620b0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 11, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 11, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #620b0f; background: linear-gradient(135deg, #620b0f, #62410B);