#af021d
a dark, electric red · warm · closest name: firebrick
RGB
175, 2, 29
HSL
351°, 98%, 35%
CMYK
0, 99, 83, 31
Luminance
0.0925
Every format
| HEX | #af021d |
| RGB | rgb(175, 2, 29) |
| HSL | hsl(351, 98%, 35%) |
| CMYK | cmyk(0%, 99%, 83%, 31%) |
| LAB | lab(36.5 60.6 37.6) |
| LCH | lch(36.5 71.3 31.8) |
| OKLCH | oklch(0.476 0.192 24.5) |
Copy-ready code
/* CSS */
color: #af021d;
background-color: #af021d;
/* Tailwind (arbitrary) */
class="text-[#af021d] bg-[#af021d]"
/* SCSS */
$brand: #af021d;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.114)
/* Android */
Color.parseColor("#af021d")Accessibility — WCAG contrast
Aa
#af021d on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af021d on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta98.9%
Yellow83.4%
Key (black)31.4%
Color previews
#af021d text on a black background
contrast 2.85:1
Card sample
#af021d text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af021d;
Background color
Panel with #af021d background
background-color: #af021d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af021d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af021d; background: linear-gradient(135deg, #af021d, #AF5A02);