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