#af1d1f
a dark, vivid red · warm · “firebrick”
RGB
175, 29, 31
HSL
359°, 72%, 40%
CMYK
0, 83, 82, 31
Luminance
0.1009
Every format
| HEX | #af1d1f |
| RGB | rgb(175, 29, 31) |
| HSL | hsl(359, 72%, 40%) |
| CMYK | cmyk(0%, 83%, 82%, 31%) |
| LAB | lab(38.0 56.3 38.0) |
| LCH | lch(38.0 67.9 34.0) |
| OKLCH | oklch(0.487 0.180 26.7) |
Copy-ready code
/* CSS */
color: #af1d1f;
background-color: #af1d1f;
/* Tailwind (arbitrary) */
class="text-[#af1d1f] bg-[#af1d1f]"
/* SCSS */
$brand: #af1d1f;
/* SwiftUI */
Color(red: 0.686, green: 0.114, blue: 0.122)
/* Android */
Color.parseColor("#af1d1f")Accessibility — WCAG contrast
Aa
#af1d1f on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1d1f on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.4%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow82.3%
Key (black)31.4%
Color previews
#af1d1f text on a black background
contrast 3.02:1
Card sample
#af1d1f text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1d1f;
Background color
Panel with #af1d1f background
background-color: #af1d1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1d1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 29, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 29, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1d1f; background: linear-gradient(135deg, #af1d1f, #AF7C1D);