#af090c
a dark, electric red · warm · closest name: firebrick
RGB
175, 9, 12
HSL
359°, 90%, 36%
CMYK
0, 95, 93, 31
Luminance
0.0934
Every format
| HEX | #af090c |
| RGB | rgb(175, 9, 12) |
| HSL | hsl(359, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 93%, 31%) |
| LAB | lab(36.6 59.5 46.1) |
| LCH | lch(36.6 75.2 37.8) |
| OKLCH | oklch(0.477 0.191 28.3) |
Copy-ready code
/* CSS */
color: #af090c;
background-color: #af090c;
/* Tailwind (arbitrary) */
class="text-[#af090c] bg-[#af090c]"
/* SCSS */
$brand: #af090c;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.047)
/* Android */
Color.parseColor("#af090c")Accessibility — WCAG contrast
Aa
#af090c on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af090c on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow93.1%
Key (black)31.4%
Color previews
#af090c text on a black background
contrast 2.87:1
Card sample
#af090c text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af090c;
Background color
Panel with #af090c background
background-color: #af090c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af090c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af090c; background: linear-gradient(135deg, #af090c, #AF7509);