#621908
a deep, electric red · warm · closest name: maroon
RGB
98, 25, 8
HSL
11°, 85%, 21%
CMYK
0, 75, 92, 62
Luminance
0.0331
Every format
| HEX | #621908 |
| RGB | rgb(98, 25, 8) |
| HSL | hsl(11, 85%, 21%) |
| CMYK | cmyk(0%, 75%, 92%, 62%) |
| LAB | lab(21.3 32.0 28.3) |
| LCH | lch(21.3 42.7 41.5) |
| OKLCH | oklch(0.333 0.108 34.1) |
Copy-ready code
/* CSS */
color: #621908;
background-color: #621908;
/* Tailwind (arbitrary) */
class="text-[#621908] bg-[#621908]"
/* SCSS */
$brand: #621908;
/* SwiftUI */
Color(red: 0.384, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#621908")Accessibility — WCAG contrast
Aa
#621908 on white: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#621908 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow91.8%
Key (black)61.6%
Color previews
#621908 text on a black background
contrast 1.66:1
Card sample
#621908 text on a white background
contrast 12.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #621908;
Background color
Panel with #621908 background
background-color: #621908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #621908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #621908; background: linear-gradient(135deg, #621908, #625508);