#af372d
a dark, vivid red · warm · closest name: firebrick
RGB
175, 55, 45
HSL
5°, 59%, 43%
CMYK
0, 69, 74, 31
Luminance
0.1204
Every format
| HEX | #af372d |
| RGB | rgb(175, 55, 45) |
| HSL | hsl(5, 59%, 43%) |
| CMYK | cmyk(0%, 69%, 74%, 31%) |
| LAB | lab(41.3 48.1 33.5) |
| LCH | lch(41.3 58.6 34.9) |
| OKLCH | oklch(0.512 0.158 28.6) |
Copy-ready code
/* CSS */
color: #af372d;
background-color: #af372d;
/* Tailwind (arbitrary) */
class="text-[#af372d] bg-[#af372d]"
/* SCSS */
$brand: #af372d;
/* SwiftUI */
Color(red: 0.686, green: 0.216, blue: 0.176)
/* Android */
Color.parseColor("#af372d")Accessibility — WCAG contrast
Aa
#af372d on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af372d on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.6%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta68.6%
Yellow74.3%
Key (black)31.4%
Color previews
#af372d text on a black background
contrast 3.41:1
Card sample
#af372d text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af372d;
Background color
Panel with #af372d background
background-color: #af372d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af372d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 55, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 55, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af372d; background: linear-gradient(135deg, #af372d, #AF8E2D);