#af1d2c
a dark, vivid red · warm · closest name: firebrick
RGB
175, 29, 44
HSL
354°, 72%, 40%
CMYK
0, 83, 75, 31
Luminance
0.1017
Every format
| HEX | #af1d2c |
| RGB | rgb(175, 29, 44) |
| HSL | hsl(354, 72%, 40%) |
| CMYK | cmyk(0%, 83%, 75%, 31%) |
| LAB | lab(38.2 56.7 30.6) |
| LCH | lch(38.2 64.4 28.3) |
| OKLCH | oklch(0.489 0.179 22.6) |
Copy-ready code
/* CSS */
color: #af1d2c;
background-color: #af1d2c;
/* Tailwind (arbitrary) */
class="text-[#af1d2c] bg-[#af1d2c]"
/* SCSS */
$brand: #af1d2c;
/* SwiftUI */
Color(red: 0.686, green: 0.114, blue: 0.173)
/* Android */
Color.parseColor("#af1d2c")Accessibility — WCAG contrast
Aa
#af1d2c on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1d2c on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow74.9%
Key (black)31.4%
Color previews
#af1d2c text on a black background
contrast 3.03:1
Card sample
#af1d2c text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1d2c;
Background color
Panel with #af1d2c background
background-color: #af1d2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1d2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 29, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 29, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1d2c; background: linear-gradient(135deg, #af1d2c, #AF6F1D);