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