#af2413
a dark, electric red · warm · closest name: firebrick
RGB
175, 36, 19
HSL
7°, 80%, 38%
CMYK
0, 79, 89, 31
Luminance
0.1042
Every format
| HEX | #af2413 |
| RGB | rgb(175, 36, 19) |
| HSL | hsl(7, 80%, 38%) |
| CMYK | cmyk(0%, 79%, 89%, 31%) |
| LAB | lab(38.6 54.1 44.6) |
| LCH | lch(38.6 70.1 39.5) |
| OKLCH | oklch(0.491 0.177 30.8) |
Copy-ready code
/* CSS */
color: #af2413;
background-color: #af2413;
/* Tailwind (arbitrary) */
class="text-[#af2413] bg-[#af2413]"
/* SCSS */
$brand: #af2413;
/* SwiftUI */
Color(red: 0.686, green: 0.141, blue: 0.075)
/* Android */
Color.parseColor("#af2413")Accessibility — WCAG contrast
Aa
#af2413 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2413 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green14.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow89.1%
Key (black)31.4%
Color previews
#af2413 text on a black background
contrast 3.08:1
Card sample
#af2413 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2413;
Background color
Panel with #af2413 background
background-color: #af2413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 36, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 36, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2413; background: linear-gradient(135deg, #af2413, #AF8C13);