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