#af0809
a dark, electric red · warm · closest name: firebrick
RGB
175, 8, 9
HSL
360°, 91%, 36%
CMYK
0, 95, 95, 31
Luminance
0.0931
Every format
| HEX | #af0809 |
| RGB | rgb(175, 8, 9) |
| HSL | hsl(360, 91%, 36%) |
| CMYK | cmyk(0%, 95%, 95%, 31%) |
| LAB | lab(36.6 59.5 47.2) |
| LCH | lch(36.6 76.0 38.4) |
| OKLCH | oklch(0.476 0.191 28.7) |
Copy-ready code
/* CSS */
color: #af0809;
background-color: #af0809;
/* Tailwind (arbitrary) */
class="text-[#af0809] bg-[#af0809]"
/* SCSS */
$brand: #af0809;
/* SwiftUI */
Color(red: 0.686, green: 0.031, blue: 0.035)
/* Android */
Color.parseColor("#af0809")Accessibility — WCAG contrast
Aa
#af0809 on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0809 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.1%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta95.4%
Yellow94.9%
Key (black)31.4%
Color previews
#af0809 text on a black background
contrast 2.86:1
Card sample
#af0809 text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0809;
Background color
Panel with #af0809 background
background-color: #af0809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 8, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 8, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0809; background: linear-gradient(135deg, #af0809, #AF7608);