#af130c
a dark, electric red · warm · closest name: firebrick
RGB
175, 19, 12
HSL
3°, 87%, 37%
CMYK
0, 89, 93, 31
Luminance
0.0961
Every format
| HEX | #af130c |
| RGB | rgb(175, 19, 12) |
| HSL | hsl(3, 87%, 37%) |
| CMYK | cmyk(0%, 89%, 93%, 31%) |
| LAB | lab(37.1 58.0 46.4) |
| LCH | lch(37.1 74.3 38.7) |
| OKLCH | oklch(0.480 0.187 29.2) |
Copy-ready code
/* CSS */
color: #af130c;
background-color: #af130c;
/* Tailwind (arbitrary) */
class="text-[#af130c] bg-[#af130c]"
/* SCSS */
$brand: #af130c;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.047)
/* Android */
Color.parseColor("#af130c")Accessibility — WCAG contrast
Aa
#af130c on white: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af130c on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow93.1%
Key (black)31.4%
Color previews
#af130c text on a black background
contrast 2.92:1
Card sample
#af130c text on a white background
contrast 7.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af130c;
Background color
Panel with #af130c background
background-color: #af130c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af130c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af130c; background: linear-gradient(135deg, #af130c, #AF800C);