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