#af0607
a dark, electric red · warm · closest name: firebrick
RGB
175, 6, 7
HSL
360°, 93%, 36%
CMYK
0, 97, 96, 31
Luminance
0.0926
Every format
| HEX | #af0607 |
| RGB | rgb(175, 6, 7) |
| HSL | hsl(360, 93%, 36%) |
| CMYK | cmyk(0%, 97%, 96%, 31%) |
| LAB | lab(36.5 59.8 47.9) |
| LCH | lch(36.5 76.6 38.7) |
| OKLCH | oklch(0.476 0.192 28.8) |
Copy-ready code
/* CSS */
color: #af0607;
background-color: #af0607;
/* Tailwind (arbitrary) */
class="text-[#af0607] bg-[#af0607]"
/* SCSS */
$brand: #af0607;
/* SwiftUI */
Color(red: 0.686, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#af0607")Accessibility — WCAG contrast
Aa
#af0607 on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0607 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow96.0%
Key (black)31.4%
Color previews
#af0607 text on a black background
contrast 2.85:1
Card sample
#af0607 text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0607;
Background color
Panel with #af0607 background
background-color: #af0607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0607; background: linear-gradient(135deg, #af0607, #AF7606);