#af1d09
a dark, electric red · warm · closest name: firebrick
RGB
175, 29, 9
HSL
7°, 90%, 36%
CMYK
0, 83, 95, 31
Luminance
0.1001
Every format
| HEX | #af1d09 |
| RGB | rgb(175, 29, 9) |
| HSL | hsl(7, 90%, 36%) |
| CMYK | cmyk(0%, 83%, 95%, 31%) |
| LAB | lab(37.9 55.8 47.9) |
| LCH | lch(37.9 73.6 40.6) |
| OKLCH | oklch(0.486 0.182 31.0) |
Copy-ready code
/* CSS */
color: #af1d09;
background-color: #af1d09;
/* Tailwind (arbitrary) */
class="text-[#af1d09] bg-[#af1d09]"
/* SCSS */
$brand: #af1d09;
/* SwiftUI */
Color(red: 0.686, green: 0.114, blue: 0.035)
/* Android */
Color.parseColor("#af1d09")Accessibility — WCAG contrast
Aa
#af1d09 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1d09 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.4%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow94.9%
Key (black)31.4%
Color previews
#af1d09 text on a black background
contrast 3.00:1
Card sample
#af1d09 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1d09;
Background color
Panel with #af1d09 background
background-color: #af1d09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1d09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 29, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 29, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1d09; background: linear-gradient(135deg, #af1d09, #AF8C09);