#af080a
a dark, electric red · warm · closest name: firebrick
RGB
175, 8, 10
HSL
359°, 91%, 36%
CMYK
0, 95, 94, 31
Luminance
0.0931
Every format
| HEX | #af080a |
| RGB | rgb(175, 8, 10) |
| HSL | hsl(359, 91%, 36%) |
| CMYK | cmyk(0%, 95%, 94%, 31%) |
| LAB | lab(36.6 59.5 46.8) |
| LCH | lch(36.6 75.8 38.2) |
| OKLCH | oklch(0.476 0.191 28.5) |
Copy-ready code
/* CSS */
color: #af080a;
background-color: #af080a;
/* Tailwind (arbitrary) */
class="text-[#af080a] bg-[#af080a]"
/* SCSS */
$brand: #af080a;
/* SwiftUI */
Color(red: 0.686, green: 0.031, blue: 0.039)
/* Android */
Color.parseColor("#af080a")Accessibility — WCAG contrast
Aa
#af080a on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af080a on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.1%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta95.4%
Yellow94.3%
Key (black)31.4%
Color previews
#af080a text on a black background
contrast 2.86:1
Card sample
#af080a text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af080a;
Background color
Panel with #af080a background
background-color: #af080a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af080a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 8, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 8, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af080a; background: linear-gradient(135deg, #af080a, #AF7508);