#af1007
a dark, electric red · warm · closest name: firebrick
RGB
175, 16, 7
HSL
3°, 92%, 36%
CMYK
0, 91, 96, 31
Luminance
0.0950
Every format
| HEX | #af1007 |
| RGB | rgb(175, 16, 7) |
| HSL | hsl(3, 92%, 36%) |
| CMYK | cmyk(0%, 91%, 96%, 31%) |
| LAB | lab(36.9 58.5 48.1) |
| LCH | lch(36.9 75.7 39.5) |
| OKLCH | oklch(0.479 0.189 29.6) |
Copy-ready code
/* CSS */
color: #af1007;
background-color: #af1007;
/* Tailwind (arbitrary) */
class="text-[#af1007] bg-[#af1007]"
/* SCSS */
$brand: #af1007;
/* SwiftUI */
Color(red: 0.686, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#af1007")Accessibility — WCAG contrast
Aa
#af1007 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af1007 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow96.0%
Key (black)31.4%
Color previews
#af1007 text on a black background
contrast 2.90:1
Card sample
#af1007 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1007;
Background color
Panel with #af1007 background
background-color: #af1007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1007; background: linear-gradient(135deg, #af1007, #AF8007);