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