#af092b
a dark, electric red · warm · closest name: firebrick
RGB
175, 9, 43
HSL
348°, 90%, 36%
CMYK
0, 95, 75, 31
Luminance
0.0948
Every format
| HEX | #af092b |
| RGB | rgb(175, 9, 43) |
| HSL | hsl(348, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 75%, 31%) |
| LAB | lab(36.9 60.2 29.8) |
| LCH | lch(36.9 67.2 26.3) |
| OKLCH | oklch(0.480 0.189 20.7) |
Copy-ready code
/* CSS */
color: #af092b;
background-color: #af092b;
/* Tailwind (arbitrary) */
class="text-[#af092b] bg-[#af092b]"
/* SCSS */
$brand: #af092b;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.169)
/* Android */
Color.parseColor("#af092b")Accessibility — WCAG contrast
Aa
#af092b on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af092b on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow75.4%
Key (black)31.4%
Color previews
#af092b text on a black background
contrast 2.90:1
Card sample
#af092b text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af092b;
Background color
Panel with #af092b background
background-color: #af092b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af092b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af092b; background: linear-gradient(135deg, #af092b, #AF5609);