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