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