#af1421
a dark, electric red · warm · closest name: firebrick
RGB
175, 20, 33
HSL
355°, 80%, 38%
CMYK
0, 89, 81, 31
Luminance
0.0972
Every format
| HEX | #af1421 |
| RGB | rgb(175, 20, 33) |
| HSL | hsl(355, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 81%, 31%) |
| LAB | lab(37.4 58.3 36.2) |
| LCH | lch(37.4 68.6 31.9) |
| OKLCH | oklch(0.482 0.185 24.9) |
Copy-ready code
/* CSS */
color: #af1421;
background-color: #af1421;
/* Tailwind (arbitrary) */
class="text-[#af1421] bg-[#af1421]"
/* SCSS */
$brand: #af1421;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#af1421")Accessibility — WCAG contrast
Aa
#af1421 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af1421 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow81.1%
Key (black)31.4%
Color previews
#af1421 text on a black background
contrast 2.94:1
Card sample
#af1421 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1421;
Background color
Panel with #af1421 background
background-color: #af1421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1421; background: linear-gradient(135deg, #af1421, #AF6E14);