#af111f
a dark, electric red · warm · closest name: firebrick
RGB
175, 17, 31
HSL
355°, 82%, 38%
CMYK
0, 90, 82, 31
Luminance
0.0961
Every format
| HEX | #af111f |
| RGB | rgb(175, 17, 31) |
| HSL | hsl(355, 82%, 38%) |
| CMYK | cmyk(0%, 90%, 82%, 31%) |
| LAB | lab(37.1 58.7 37.2) |
| LCH | lch(37.1 69.5 32.3) |
| OKLCH | oklch(0.481 0.187 25.1) |
Copy-ready code
/* CSS */
color: #af111f;
background-color: #af111f;
/* Tailwind (arbitrary) */
class="text-[#af111f] bg-[#af111f]"
/* SCSS */
$brand: #af111f;
/* SwiftUI */
Color(red: 0.686, green: 0.067, blue: 0.122)
/* Android */
Color.parseColor("#af111f")Accessibility — WCAG contrast
Aa
#af111f on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af111f on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow82.3%
Key (black)31.4%
Color previews
#af111f text on a black background
contrast 2.92:1
Card sample
#af111f text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af111f;
Background color
Panel with #af111f background
background-color: #af111f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af111f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 17, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 17, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af111f; background: linear-gradient(135deg, #af111f, #AF6C11);