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