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