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