#af352c
a dark, vivid red · warm · closest name: firebrick
RGB
175, 53, 44
HSL
4°, 60%, 43%
CMYK
0, 70, 75, 31
Luminance
0.1184
Every format
| HEX | #af352c |
| RGB | rgb(175, 53, 44) |
| HSL | hsl(4, 60%, 43%) |
| CMYK | cmyk(0%, 70%, 75%, 31%) |
| LAB | lab(41.0 48.9 33.8) |
| LCH | lch(41.0 59.4 34.6) |
| OKLCH | oklch(0.510 0.160 28.3) |
Copy-ready code
/* CSS */
color: #af352c;
background-color: #af352c;
/* Tailwind (arbitrary) */
class="text-[#af352c] bg-[#af352c]"
/* SCSS */
$brand: #af352c;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.173)
/* Android */
Color.parseColor("#af352c")Accessibility — WCAG contrast
Aa
#af352c on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af352c on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow74.9%
Key (black)31.4%
Color previews
#af352c text on a black background
contrast 3.37:1
Card sample
#af352c text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af352c;
Background color
Panel with #af352c background
background-color: #af352c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af352c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af352c; background: linear-gradient(135deg, #af352c, #AF8C2C);