#840607
a dark, electric red · warm · “maroon”
RGB
132, 6, 7
HSL
360°, 91%, 27%
CMYK
0, 96, 95, 48
Luminance
0.0505
Every format
| HEX | #840607 |
| RGB | rgb(132, 6, 7) |
| HSL | hsl(360, 91%, 27%) |
| CMYK | cmyk(0%, 96%, 95%, 48%) |
| LAB | lab(26.9 48.2 36.8) |
| LCH | lch(26.9 60.6 37.4) |
| OKLCH | oklch(0.388 0.155 28.4) |
Copy-ready code
/* CSS */
color: #840607;
background-color: #840607;
/* Tailwind (arbitrary) */
class="text-[#840607] bg-[#840607]"
/* SCSS */
$brand: #840607;
/* SwiftUI */
Color(red: 0.518, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#840607")Accessibility — WCAG contrast
Aa
#840607 on white: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#840607 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta95.5%
Yellow94.7%
Key (black)48.2%
Color previews
#840607 text on a black background
contrast 2.01:1
Card sample
#840607 text on a white background
contrast 10.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #840607;
Background color
Panel with #840607 background
background-color: #840607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #840607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #840607; background: linear-gradient(135deg, #840607, #845906);