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