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