#af401d
a dark, vivid red · warm · closest name: firebrick
RGB
175, 64, 29
HSL
14°, 72%, 40%
CMYK
0, 63, 83, 31
Luminance
0.1287
Every format
| HEX | #af401d |
| RGB | rgb(175, 64, 29) |
| HSL | hsl(14, 72%, 40%) |
| CMYK | cmyk(0%, 63%, 83%, 31%) |
| LAB | lab(42.6 43.6 43.3) |
| LCH | lch(42.6 61.5 44.8) |
| OKLCH | oklch(0.521 0.152 37.2) |
Copy-ready code
/* CSS */
color: #af401d;
background-color: #af401d;
/* Tailwind (arbitrary) */
class="text-[#af401d] bg-[#af401d]"
/* SCSS */
$brand: #af401d;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.114)
/* Android */
Color.parseColor("#af401d")Accessibility — WCAG contrast
Aa
#af401d on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af401d on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow83.4%
Key (black)31.4%
Color previews
#af401d text on a black background
contrast 3.57:1
Card sample
#af401d text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af401d;
Background color
Panel with #af401d background
background-color: #af401d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af401d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af401d; background: linear-gradient(135deg, #af401d, #AFA11D);