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