#ab2313
a dark, electric red · warm · closest name: firebrick
RGB
171, 35, 19
HSL
6°, 80%, 37%
CMYK
0, 80, 89, 33
Luminance
0.0991
Every format
| HEX | #ab2313 |
| RGB | rgb(171, 35, 19) |
| HSL | hsl(6, 80%, 37%) |
| CMYK | cmyk(0%, 80%, 89%, 33%) |
| LAB | lab(37.7 53.1 43.5) |
| LCH | lch(37.7 68.7 39.3) |
| OKLCH | oklch(0.483 0.174 30.7) |
Copy-ready code
/* CSS */
color: #ab2313;
background-color: #ab2313;
/* Tailwind (arbitrary) */
class="text-[#ab2313] bg-[#ab2313]"
/* SCSS */
$brand: #ab2313;
/* SwiftUI */
Color(red: 0.671, green: 0.137, blue: 0.075)
/* Android */
Color.parseColor("#ab2313")Accessibility — WCAG contrast
Aa
#ab2313 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab2313 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green13.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta79.5%
Yellow88.9%
Key (black)32.9%
Color previews
#ab2313 text on a black background
contrast 2.98:1
Card sample
#ab2313 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2313;
Background color
Panel with #ab2313 background
background-color: #ab2313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 35, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 35, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2313; background: linear-gradient(135deg, #ab2313, #AB8813);