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