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