#420612
a deep, electric red · warm · closest name: black
RGB
66, 6, 18
HSL
348°, 83%, 14%
CMYK
0, 91, 73, 74
Luminance
0.0133
Every format
| HEX | #420612 |
| RGB | rgb(66, 6, 18) |
| HSL | hsl(348, 83%, 14%) |
| CMYK | cmyk(0%, 91%, 73%, 74%) |
| LAB | lab(11.5 28.6 9.8) |
| LCH | lch(11.5 30.2 18.9) |
| OKLCH | oklch(0.248 0.089 16.0) |
Copy-ready code
/* CSS */
color: #420612;
background-color: #420612;
/* Tailwind (arbitrary) */
class="text-[#420612] bg-[#420612]"
/* SCSS */
$brand: #420612;
/* SwiftUI */
Color(red: 0.259, green: 0.024, blue: 0.071)
/* Android */
Color.parseColor("#420612")Accessibility — WCAG contrast
Aa
#420612 on white: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#420612 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green2.4%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow72.7%
Key (black)74.1%
Color previews
#420612 text on a black background
contrast 1.27:1
Card sample
#420612 text on a white background
contrast 16.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #420612;
Background color
Panel with #420612 background
background-color: #420612;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #420612;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 6, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 6, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #420612; background: linear-gradient(135deg, #420612, #422206);