#af120f
a dark, electric red · warm · closest name: firebrick
RGB
175, 18, 15
HSL
1°, 84%, 37%
CMYK
0, 90, 91, 31
Luminance
0.0958
Every format
| HEX | #af120f |
| RGB | rgb(175, 18, 15) |
| HSL | hsl(1, 84%, 37%) |
| CMYK | cmyk(0%, 90%, 91%, 31%) |
| LAB | lab(37.1 58.2 45.2) |
| LCH | lch(37.1 73.7 37.8) |
| OKLCH | oklch(0.480 0.188 28.7) |
Copy-ready code
/* CSS */
color: #af120f;
background-color: #af120f;
/* Tailwind (arbitrary) */
class="text-[#af120f] bg-[#af120f]"
/* SCSS */
$brand: #af120f;
/* SwiftUI */
Color(red: 0.686, green: 0.071, blue: 0.059)
/* Android */
Color.parseColor("#af120f")Accessibility — WCAG contrast
Aa
#af120f on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af120f on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.1%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta89.7%
Yellow91.4%
Key (black)31.4%
Color previews
#af120f text on a black background
contrast 2.92:1
Card sample
#af120f text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af120f;
Background color
Panel with #af120f background
background-color: #af120f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af120f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 18, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 18, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af120f; background: linear-gradient(135deg, #af120f, #AF7D0F);