#af1409
a dark, electric red · warm · closest name: firebrick
RGB
175, 20, 9
HSL
4°, 90%, 36%
CMYK
0, 89, 95, 31
Luminance
0.0963
Every format
| HEX | #af1409 |
| RGB | rgb(175, 20, 9) |
| HSL | hsl(4, 90%, 36%) |
| CMYK | cmyk(0%, 89%, 95%, 31%) |
| LAB | lab(37.2 57.8 47.5) |
| LCH | lch(37.2 74.8 39.4) |
| OKLCH | oklch(0.481 0.187 29.7) |
Copy-ready code
/* CSS */
color: #af1409;
background-color: #af1409;
/* Tailwind (arbitrary) */
class="text-[#af1409] bg-[#af1409]"
/* SCSS */
$brand: #af1409;
/* SwiftUI */
Color(red: 0.686, green: 0.078, blue: 0.035)
/* Android */
Color.parseColor("#af1409")Accessibility — WCAG contrast
Aa
#af1409 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af1409 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.8%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow94.9%
Key (black)31.4%
Color previews
#af1409 text on a black background
contrast 2.93:1
Card sample
#af1409 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1409;
Background color
Panel with #af1409 background
background-color: #af1409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 20, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 20, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1409; background: linear-gradient(135deg, #af1409, #AF8309);