#a20708
a dark, electric red · warm · closest name: firebrick
RGB
162, 7, 8
HSL
360°, 92%, 33%
CMYK
0, 96, 95, 37
Luminance
0.0785
Every format
| HEX | #a20708 |
| RGB | rgb(162, 7, 8) |
| HSL | hsl(360, 92%, 33%) |
| CMYK | cmyk(0%, 96%, 95%, 37%) |
| LAB | lab(33.7 56.2 44.4) |
| LCH | lch(33.7 71.6 38.3) |
| OKLCH | oklch(0.450 0.181 28.6) |
Copy-ready code
/* CSS */
color: #a20708;
background-color: #a20708;
/* Tailwind (arbitrary) */
class="text-[#a20708] bg-[#a20708]"
/* SCSS */
$brand: #a20708;
/* SwiftUI */
Color(red: 0.635, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#a20708")Accessibility — WCAG contrast
Aa
#a20708 on white: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a20708 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow95.1%
Key (black)36.5%
Color previews
#a20708 text on a black background
contrast 2.57:1
Card sample
#a20708 text on a white background
contrast 8.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a20708;
Background color
Panel with #a20708 background
background-color: #a20708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a20708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a20708; background: linear-gradient(135deg, #a20708, #A26D07);