#af0e13
a dark, electric red · warm · closest name: firebrick
RGB
175, 14, 19
HSL
358°, 85%, 37%
CMYK
0, 92, 89, 31
Luminance
0.0948
Every format
| HEX | #af0e13 |
| RGB | rgb(175, 14, 19) |
| HSL | hsl(358, 85%, 37%) |
| CMYK | cmyk(0%, 92%, 89%, 31%) |
| LAB | lab(36.9 58.9 43.2) |
| LCH | lch(36.9 73.1 36.3) |
| OKLCH | oklch(0.479 0.189 27.6) |
Copy-ready code
/* CSS */
color: #af0e13;
background-color: #af0e13;
/* Tailwind (arbitrary) */
class="text-[#af0e13] bg-[#af0e13]"
/* SCSS */
$brand: #af0e13;
/* SwiftUI */
Color(red: 0.686, green: 0.055, blue: 0.075)
/* Android */
Color.parseColor("#af0e13")Accessibility — WCAG contrast
Aa
#af0e13 on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0e13 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta92.0%
Yellow89.1%
Key (black)31.4%
Color previews
#af0e13 text on a black background
contrast 2.90:1
Card sample
#af0e13 text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0e13;
Background color
Panel with #af0e13 background
background-color: #af0e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 14, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 14, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0e13; background: linear-gradient(135deg, #af0e13, #AF740E);