#af1428
a dark, electric red · warm · closest name: firebrick
RGB
175, 20, 40
HSL
352°, 80%, 38%
CMYK
0, 89, 77, 31
Luminance
0.0977
Every format
| HEX | #af1428 |
| RGB | rgb(175, 20, 40) |
| HSL | hsl(352, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 77%, 31%) |
| LAB | lab(37.4 58.5 32.2) |
| LCH | lch(37.4 66.8 28.8) |
| OKLCH | oklch(0.483 0.185 22.7) |
Copy-ready code
/* CSS */
color: #af1428;
background-color: #af1428;
/* Tailwind (arbitrary) */
class="text-[#af1428] bg-[#af1428]"
/* SCSS */
$brand: #af1428;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.157)
/* Android */
Color.parseColor("#af1428")Accessibility — WCAG contrast
Aa
#af1428 on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af1428 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow77.1%
Key (black)31.4%
Color previews
#af1428 text on a black background
contrast 2.95:1
Card sample
#af1428 text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1428;
Background color
Panel with #af1428 background
background-color: #af1428;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1428;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1428; background: linear-gradient(135deg, #af1428, #AF6714);