#af2d2c
a dark, vivid red · warm · closest name: firebrick
RGB
175, 45, 44
HSL
1°, 60%, 43%
CMYK
0, 74, 75, 31
Luminance
0.1117
Every format
| HEX | #af2d2c |
| RGB | rgb(175, 45, 44) |
| HSL | hsl(1, 60%, 43%) |
| CMYK | cmyk(0%, 74%, 75%, 31%) |
| LAB | lab(39.9 51.9 32.5) |
| LCH | lch(39.9 61.3 32.1) |
| OKLCH | oklch(0.502 0.167 25.9) |
Copy-ready code
/* CSS */
color: #af2d2c;
background-color: #af2d2c;
/* Tailwind (arbitrary) */
class="text-[#af2d2c] bg-[#af2d2c]"
/* SCSS */
$brand: #af2d2c;
/* SwiftUI */
Color(red: 0.686, green: 0.176, blue: 0.173)
/* Android */
Color.parseColor("#af2d2c")Accessibility — WCAG contrast
Aa
#af2d2c on white: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2d2c on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow74.9%
Key (black)31.4%
Color previews
#af2d2c text on a black background
contrast 3.23:1
Card sample
#af2d2c text on a white background
contrast 6.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2d2c;
Background color
Panel with #af2d2c background
background-color: #af2d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 45, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 45, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2d2c; background: linear-gradient(135deg, #af2d2c, #AF842C);