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