#af1021
a dark, electric red · warm · closest name: firebrick
RGB
175, 16, 33
HSL
354°, 83%, 38%
CMYK
0, 91, 81, 31
Luminance
0.0959
Every format
| HEX | #af1021 |
| RGB | rgb(175, 16, 33) |
| HSL | hsl(354, 83%, 38%) |
| CMYK | cmyk(0%, 91%, 81%, 31%) |
| LAB | lab(37.1 59.0 36.0) |
| LCH | lch(37.1 69.1 31.4) |
| OKLCH | oklch(0.481 0.187 24.4) |
Copy-ready code
/* CSS */
color: #af1021;
background-color: #af1021;
/* Tailwind (arbitrary) */
class="text-[#af1021] bg-[#af1021]"
/* SCSS */
$brand: #af1021;
/* SwiftUI */
Color(red: 0.686, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#af1021")Accessibility — WCAG contrast
Aa
#af1021 on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af1021 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow81.1%
Key (black)31.4%
Color previews
#af1021 text on a black background
contrast 2.92:1
Card sample
#af1021 text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1021;
Background color
Panel with #af1021 background
background-color: #af1021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1021; background: linear-gradient(135deg, #af1021, #AF6910);