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