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