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