#af032e
a dark, electric red · warm · closest name: firebrick
RGB
175, 3, 46
HSL
345°, 97%, 35%
CMYK
0, 98, 74, 31
Luminance
0.0938
Every format
| HEX | #af032e |
| RGB | rgb(175, 3, 46) |
| HSL | hsl(345, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 74%, 31%) |
| LAB | lab(36.7 61.0 27.7) |
| LCH | lch(36.7 67.0 24.4) |
| OKLCH | oklch(0.478 0.191 19.3) |
Copy-ready code
/* CSS */
color: #af032e;
background-color: #af032e;
/* Tailwind (arbitrary) */
class="text-[#af032e] bg-[#af032e]"
/* SCSS */
$brand: #af032e;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.180)
/* Android */
Color.parseColor("#af032e")Accessibility — WCAG contrast
Aa
#af032e on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af032e on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow73.7%
Key (black)31.4%
Color previews
#af032e text on a black background
contrast 2.88:1
Card sample
#af032e text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af032e;
Background color
Panel with #af032e background
background-color: #af032e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af032e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af032e; background: linear-gradient(135deg, #af032e, #AF4B03);