#af030f
a dark, electric red · warm · closest name: firebrick
RGB
175, 3, 15
HSL
356°, 97%, 35%
CMYK
0, 98, 91, 31
Luminance
0.0921
Every format
| HEX | #af030f |
| RGB | rgb(175, 3, 15) |
| HSL | hsl(356, 97%, 35%) |
| CMYK | cmyk(0%, 98%, 91%, 31%) |
| LAB | lab(36.4 60.2 44.7) |
| LCH | lch(36.4 75.0 36.6) |
| OKLCH | oklch(0.475 0.193 27.5) |
Copy-ready code
/* CSS */
color: #af030f;
background-color: #af030f;
/* Tailwind (arbitrary) */
class="text-[#af030f] bg-[#af030f]"
/* SCSS */
$brand: #af030f;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.059)
/* Android */
Color.parseColor("#af030f")Accessibility — WCAG contrast
Aa
#af030f on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af030f on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta98.3%
Yellow91.4%
Key (black)31.4%
Color previews
#af030f text on a black background
contrast 2.84:1
Card sample
#af030f text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af030f;
Background color
Panel with #af030f background
background-color: #af030f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af030f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af030f; background: linear-gradient(135deg, #af030f, #AF6A03);