#af0922
a dark, electric red · warm · closest name: firebrick
RGB
175, 9, 34
HSL
351°, 90%, 36%
CMYK
0, 95, 81, 31
Luminance
0.0942
Every format
| HEX | #af0922 |
| RGB | rgb(175, 9, 34) |
| HSL | hsl(351, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 81%, 31%) |
| LAB | lab(36.8 59.9 35.1) |
| LCH | lch(36.8 69.5 30.3) |
| OKLCH | oklch(0.478 0.189 23.6) |
Copy-ready code
/* CSS */
color: #af0922;
background-color: #af0922;
/* Tailwind (arbitrary) */
class="text-[#af0922] bg-[#af0922]"
/* SCSS */
$brand: #af0922;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.133)
/* Android */
Color.parseColor("#af0922")Accessibility — WCAG contrast
Aa
#af0922 on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0922 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow80.6%
Key (black)31.4%
Color previews
#af0922 text on a black background
contrast 2.88:1
Card sample
#af0922 text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0922;
Background color
Panel with #af0922 background
background-color: #af0922;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0922;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0922; background: linear-gradient(135deg, #af0922, #AF5F09);