#af2137
a dark, vivid red · warm · closest name: firebrick
RGB
175, 33, 55
HSL
351°, 68%, 41%
CMYK
0, 81, 69, 31
Luminance
0.1048
Every format
| HEX | #af2137 |
| RGB | rgb(175, 33, 55) |
| HSL | hsl(351, 68%, 41%) |
| CMYK | cmyk(0%, 81%, 69%, 31%) |
| LAB | lab(38.7 56.2 24.4) |
| LCH | lch(38.7 61.3 23.5) |
| OKLCH | oklch(0.493 0.176 19.0) |
Copy-ready code
/* CSS */
color: #af2137;
background-color: #af2137;
/* Tailwind (arbitrary) */
class="text-[#af2137] bg-[#af2137]"
/* SCSS */
$brand: #af2137;
/* SwiftUI */
Color(red: 0.686, green: 0.129, blue: 0.216)
/* Android */
Color.parseColor("#af2137")Accessibility — WCAG contrast
Aa
#af2137 on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2137 on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.9%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow68.6%
Key (black)31.4%
Color previews
#af2137 text on a black background
contrast 3.10:1
Card sample
#af2137 text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2137;
Background color
Panel with #af2137 background
background-color: #af2137;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2137;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 33, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 33, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2137; background: linear-gradient(135deg, #af2137, #AF6A21);