#a30026
a dark, electric red · warm · closest name: firebrick
RGB
163, 0, 38
HSL
346°, 100%, 32%
CMYK
0, 100, 77, 36
Luminance
0.0793
Every format
| HEX | #a30026 |
| RGB | rgb(163, 0, 38) |
| HSL | hsl(346, 100%, 32%) |
| CMYK | cmyk(0%, 100%, 77%, 36%) |
| LAB | lab(33.8 58.1 28.7) |
| LCH | lch(33.8 64.8 26.3) |
| OKLCH | oklch(0.452 0.182 20.6) |
Copy-ready code
/* CSS */
color: #a30026;
background-color: #a30026;
/* Tailwind (arbitrary) */
class="text-[#a30026] bg-[#a30026]"
/* SCSS */
$brand: #a30026;
/* SwiftUI */
Color(red: 0.639, green: 0.000, blue: 0.149)
/* Android */
Color.parseColor("#a30026")Accessibility — WCAG contrast
Aa
#a30026 on white: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a30026 on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green0.0%
Blue14.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow76.7%
Key (black)36.1%
Color previews
#a30026 text on a black background
contrast 2.59:1
Card sample
#a30026 text on a white background
contrast 8.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a30026;
Background color
Panel with #a30026 background
background-color: #a30026;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a30026;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 0, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 0, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a30026; background: linear-gradient(135deg, #a30026, #A34700);