#af0c1f
a dark, electric red · warm · closest name: firebrick
RGB
175, 12, 31
HSL
353°, 87%, 37%
CMYK
0, 93, 82, 31
Luminance
0.0948
Every format
| HEX | #af0c1f |
| RGB | rgb(175, 12, 31) |
| HSL | hsl(353, 87%, 37%) |
| CMYK | cmyk(0%, 93%, 82%, 31%) |
| LAB | lab(36.9 59.5 36.9) |
| LCH | lch(36.9 70.0 31.8) |
| OKLCH | oklch(0.479 0.189 24.7) |
Copy-ready code
/* CSS */
color: #af0c1f;
background-color: #af0c1f;
/* Tailwind (arbitrary) */
class="text-[#af0c1f] bg-[#af0c1f]"
/* SCSS */
$brand: #af0c1f;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.122)
/* Android */
Color.parseColor("#af0c1f")Accessibility — WCAG contrast
Aa
#af0c1f on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0c1f on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow82.3%
Key (black)31.4%
Color previews
#af0c1f text on a black background
contrast 2.90:1
Card sample
#af0c1f text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0c1f;
Background color
Panel with #af0c1f background
background-color: #af0c1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0c1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0c1f; background: linear-gradient(135deg, #af0c1f, #AF660C);