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