#af1639
a dark, electric red · warm · closest name: firebrick
RGB
175, 22, 57
HSL
346°, 78%, 39%
CMYK
0, 87, 67, 31
Luminance
0.0998
Every format
| HEX | #af1639 |
| RGB | rgb(175, 22, 57) |
| HSL | hsl(346, 78%, 39%) |
| CMYK | cmyk(0%, 87%, 67%, 31%) |
| LAB | lab(37.8 58.9 22.1) |
| LCH | lch(37.8 62.9 20.6) |
| OKLCH | oklch(0.487 0.183 16.6) |
Copy-ready code
/* CSS */
color: #af1639;
background-color: #af1639;
/* Tailwind (arbitrary) */
class="text-[#af1639] bg-[#af1639]"
/* SCSS */
$brand: #af1639;
/* SwiftUI */
Color(red: 0.686, green: 0.086, blue: 0.224)
/* Android */
Color.parseColor("#af1639")Accessibility — WCAG contrast
Aa
#af1639 on white: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af1639 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow67.4%
Key (black)31.4%
Color previews
#af1639 text on a black background
contrast 3.00:1
Card sample
#af1639 text on a white background
contrast 7.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1639;
Background color
Panel with #af1639 background
background-color: #af1639;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1639;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 22, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 22, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1639; background: linear-gradient(135deg, #af1639, #AF5916);