#af0613
a dark, electric red · warm · closest name: firebrick
RGB
175, 6, 19
HSL
355°, 93%, 36%
CMYK
0, 97, 89, 31
Luminance
0.0929
Every format
| HEX | #af0613 |
| RGB | rgb(175, 6, 19) |
| HSL | hsl(355, 93%, 36%) |
| CMYK | cmyk(0%, 97%, 89%, 31%) |
| LAB | lab(36.5 59.9 43.0) |
| LCH | lch(36.5 73.7 35.7) |
| OKLCH | oklch(0.476 0.191 27.0) |
Copy-ready code
/* CSS */
color: #af0613;
background-color: #af0613;
/* Tailwind (arbitrary) */
class="text-[#af0613] bg-[#af0613]"
/* SCSS */
$brand: #af0613;
/* SwiftUI */
Color(red: 0.686, green: 0.024, blue: 0.075)
/* Android */
Color.parseColor("#af0613")Accessibility — WCAG contrast
Aa
#af0613 on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0613 on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow89.1%
Key (black)31.4%
Color previews
#af0613 text on a black background
contrast 2.86:1
Card sample
#af0613 text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0613;
Background color
Panel with #af0613 background
background-color: #af0613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 6, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 6, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0613; background: linear-gradient(135deg, #af0613, #AF6A06);