#af0502
a dark, electric red · warm · closest name: firebrick
RGB
175, 5, 2
HSL
1°, 98%, 35%
CMYK
0, 97, 99, 31
Luminance
0.0923
Every format
| HEX | #af0502 |
| RGB | rgb(175, 5, 2) |
| HSL | hsl(1, 98%, 35%) |
| CMYK | cmyk(0%, 97%, 99%, 31%) |
| LAB | lab(36.4 59.8 49.9) |
| LCH | lch(36.4 77.9 39.8) |
| OKLCH | oklch(0.475 0.193 29.3) |
Copy-ready code
/* CSS */
color: #af0502;
background-color: #af0502;
/* Tailwind (arbitrary) */
class="text-[#af0502] bg-[#af0502]"
/* SCSS */
$brand: #af0502;
/* SwiftUI */
Color(red: 0.686, green: 0.020, blue: 0.008)
/* Android */
Color.parseColor("#af0502")Accessibility — WCAG contrast
Aa
#af0502 on white: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0502 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.0%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta97.1%
Yellow98.9%
Key (black)31.4%
Color previews
#af0502 text on a black background
contrast 2.85:1
Card sample
#af0502 text on a white background
contrast 7.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0502;
Background color
Panel with #af0502 background
background-color: #af0502;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0502;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 5, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 5, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0502; background: linear-gradient(135deg, #af0502, #AF7802);