#af191f
a dark, electric red · warm · “firebrick”
RGB
175, 25, 31
HSL
358°, 75%, 39%
CMYK
0, 86, 82, 31
Luminance
0.0991
Every format
| HEX | #af191f |
| RGB | rgb(175, 25, 31) |
| HSL | hsl(358, 75%, 39%) |
| CMYK | cmyk(0%, 86%, 82%, 31%) |
| LAB | lab(37.7 57.2 37.7) |
| LCH | lch(37.7 68.5 33.4) |
| OKLCH | oklch(0.485 0.183 26.1) |
Copy-ready code
/* CSS */
color: #af191f;
background-color: #af191f;
/* Tailwind (arbitrary) */
class="text-[#af191f] bg-[#af191f]"
/* SCSS */
$brand: #af191f;
/* SwiftUI */
Color(red: 0.686, green: 0.098, blue: 0.122)
/* Android */
Color.parseColor("#af191f")Accessibility — WCAG contrast
Aa
#af191f on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af191f on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow82.3%
Key (black)31.4%
Color previews
#af191f text on a black background
contrast 2.98:1
Card sample
#af191f text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af191f;
Background color
Panel with #af191f background
background-color: #af191f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af191f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 25, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 25, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af191f; background: linear-gradient(135deg, #af191f, #AF7719);