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