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