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