#af0a13
a dark, electric red · warm · closest name: firebrick
RGB
175, 10, 19
HSL
357°, 89%, 36%
CMYK
0, 94, 89, 31
Luminance
0.0938
Every format
| HEX | #af0a13 |
| RGB | rgb(175, 10, 19) |
| HSL | hsl(357, 89%, 36%) |
| CMYK | cmyk(0%, 94%, 89%, 31%) |
| LAB | lab(36.7 59.5 43.1) |
| LCH | lch(36.7 73.4 35.9) |
| OKLCH | oklch(0.477 0.190 27.3) |
Copy-ready code
/* CSS */
color: #af0a13;
background-color: #af0a13;
/* Tailwind (arbitrary) */
class="text-[#af0a13] bg-[#af0a13]"
/* SCSS */
$brand: #af0a13;
/* SwiftUI */
Color(red: 0.686, green: 0.039, blue: 0.075)
/* Android */
Color.parseColor("#af0a13")Accessibility — WCAG contrast
Aa
#af0a13 on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0a13 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow89.1%
Key (black)31.4%
Color previews
#af0a13 text on a black background
contrast 2.88:1
Card sample
#af0a13 text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0a13;
Background color
Panel with #af0a13 background
background-color: #af0a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 10, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 10, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0a13; background: linear-gradient(135deg, #af0a13, #AF6F0A);