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