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