#af031d
a dark, electric red · warm · closest name: firebrick
RGB
175, 3, 29
HSL
351°, 97%, 35%
CMYK
0, 98, 83, 31
Luminance
0.0927
Every format
| HEX | #af031d |
| RGB | rgb(175, 3, 29) |
| HSL | hsl(351, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 83%, 31%) |
| LAB | lab(36.5 60.5 37.7) |
| LCH | lch(36.5 71.3 31.9) |
| OKLCH | oklch(0.476 0.191 24.5) |
Copy-ready code
/* CSS */
color: #af031d;
background-color: #af031d;
/* Tailwind (arbitrary) */
class="text-[#af031d] bg-[#af031d]"
/* SCSS */
$brand: #af031d;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.114)
/* Android */
Color.parseColor("#af031d")Accessibility — WCAG contrast
Aa
#af031d on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af031d on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow83.4%
Key (black)31.4%
Color previews
#af031d text on a black background
contrast 2.85:1
Card sample
#af031d text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af031d;
Background color
Panel with #af031d background
background-color: #af031d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af031d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af031d; background: linear-gradient(135deg, #af031d, #AF5C03);