#af152c
a dark, electric red · warm · closest name: firebrick
RGB
175, 21, 44
HSL
351°, 79%, 38%
CMYK
0, 88, 75, 31
Luminance
0.0983
Every format
| HEX | #af152c |
| RGB | rgb(175, 21, 44) |
| HSL | hsl(351, 79%, 38%) |
| CMYK | cmyk(0%, 88%, 75%, 31%) |
| LAB | lab(37.5 58.5 29.9) |
| LCH | lch(37.5 65.7 27.1) |
| OKLCH | oklch(0.484 0.184 21.5) |
Copy-ready code
/* CSS */
color: #af152c;
background-color: #af152c;
/* Tailwind (arbitrary) */
class="text-[#af152c] bg-[#af152c]"
/* SCSS */
$brand: #af152c;
/* SwiftUI */
Color(red: 0.686, green: 0.082, blue: 0.173)
/* Android */
Color.parseColor("#af152c")Accessibility — WCAG contrast
Aa
#af152c on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af152c on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.2%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow74.9%
Key (black)31.4%
Color previews
#af152c text on a black background
contrast 2.97:1
Card sample
#af152c text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af152c;
Background color
Panel with #af152c background
background-color: #af152c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af152c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 21, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 21, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af152c; background: linear-gradient(135deg, #af152c, #AF6415);