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