#af162f
a dark, electric red · warm · closest name: firebrick
RGB
175, 22, 47
HSL
350°, 78%, 39%
CMYK
0, 87, 73, 31
Luminance
0.0989
Every format
| HEX | #af162f |
| RGB | rgb(175, 22, 47) |
| HSL | hsl(350, 78%, 39%) |
| CMYK | cmyk(0%, 87%, 73%, 31%) |
| LAB | lab(37.7 58.4 28.2) |
| LCH | lch(37.7 64.8 25.7) |
| OKLCH | oklch(0.485 0.183 20.5) |
Copy-ready code
/* CSS */
color: #af162f;
background-color: #af162f;
/* Tailwind (arbitrary) */
class="text-[#af162f] bg-[#af162f]"
/* SCSS */
$brand: #af162f;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.184)
/* Android */
Color.parseColor("#af162f")Accessibility — WCAG contrast
Aa
#af162f on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af162f on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow73.1%
Key (black)31.4%
Color previews
#af162f text on a black background
contrast 2.98:1
Card sample
#af162f text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af162f;
Background color
Panel with #af162f background
background-color: #af162f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af162f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af162f; background: linear-gradient(135deg, #af162f, #AF6316);