#af1d21
a dark, vivid red · warm · “firebrick”
RGB
175, 29, 33
HSL
358°, 72%, 40%
CMYK
0, 83, 81, 31
Luminance
0.1010
Every format
| HEX | #af1d21 |
| RGB | rgb(175, 29, 33) |
| HSL | hsl(358, 72%, 40%) |
| CMYK | cmyk(0%, 83%, 81%, 31%) |
| LAB | lab(38.0 56.3 36.9) |
| LCH | lch(38.0 67.3 33.2) |
| OKLCH | oklch(0.488 0.180 26.1) |
Copy-ready code
/* CSS */
color: #af1d21;
background-color: #af1d21;
/* Tailwind (arbitrary) */
class="text-[#af1d21] bg-[#af1d21]"
/* SCSS */
$brand: #af1d21;
/* SwiftUI */
Color(red: 0.686, green: 0.114, blue: 0.129)
/* Android */
Color.parseColor("#af1d21")Accessibility — WCAG contrast
Aa
#af1d21 on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1d21 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow81.1%
Key (black)31.4%
Color previews
#af1d21 text on a black background
contrast 3.02:1
Card sample
#af1d21 text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1d21;
Background color
Panel with #af1d21 background
background-color: #af1d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 29, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 29, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1d21; background: linear-gradient(135deg, #af1d21, #AF7A1D);