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