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