#af332f
a dark, vivid red · warm · closest name: firebrick
RGB
175, 51, 47
HSL
2°, 58%, 44%
CMYK
0, 71, 73, 31
Luminance
0.1169
Every format
| HEX | #af332f |
| RGB | rgb(175, 51, 47) |
| HSL | hsl(2, 58%, 44%) |
| CMYK | cmyk(0%, 71%, 73%, 31%) |
| LAB | lab(40.7 49.8 31.7) |
| LCH | lch(40.7 59.0 32.5) |
| OKLCH | oklch(0.508 0.161 26.5) |
Copy-ready code
/* CSS */
color: #af332f;
background-color: #af332f;
/* Tailwind (arbitrary) */
class="text-[#af332f] bg-[#af332f]"
/* SCSS */
$brand: #af332f;
/* SwiftUI */
Color(red: 0.686, green: 0.200, blue: 0.184)
/* Android */
Color.parseColor("#af332f")Accessibility — WCAG contrast
Aa
#af332f on white: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af332f on black: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow73.1%
Key (black)31.4%
Color previews
#af332f text on a black background
contrast 3.34:1
Card sample
#af332f text on a white background
contrast 6.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af332f;
Background color
Panel with #af332f background
background-color: #af332f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af332f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 51, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 51, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af332f; background: linear-gradient(135deg, #af332f, #AF882F);