#af2921
a dark, vivid red · warm · closest name: firebrick
RGB
175, 41, 33
HSL
3°, 68%, 41%
CMYK
0, 77, 81, 31
Luminance
0.1081
Every format
| HEX | #af2921 |
| RGB | rgb(175, 41, 33) |
| HSL | hsl(3, 68%, 41%) |
| CMYK | cmyk(0%, 77%, 81%, 31%) |
| LAB | lab(39.3 52.9 38.1) |
| LCH | lch(39.3 65.2 35.8) |
| OKLCH | oklch(0.497 0.172 28.5) |
Copy-ready code
/* CSS */
color: #af2921;
background-color: #af2921;
/* Tailwind (arbitrary) */
class="text-[#af2921] bg-[#af2921]"
/* SCSS */
$brand: #af2921;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#af2921")Accessibility — WCAG contrast
Aa
#af2921 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2921 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow81.1%
Key (black)31.4%
Color previews
#af2921 text on a black background
contrast 3.16:1
Card sample
#af2921 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2921;
Background color
Panel with #af2921 background
background-color: #af2921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2921; background: linear-gradient(135deg, #af2921, #AF8821);