#af0944
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 9, 68
HSL
339°, 90%, 36%
CMYK
0, 95, 61, 31
Luminance
0.0973
Every format
| HEX | #af0944 |
| RGB | rgb(175, 9, 68) |
| HSL | hsl(339, 90%, 36%) |
| CMYK | cmyk(0%, 95%, 61%, 31%) |
| LAB | lab(37.4 61.5 14.4) |
| LCH | lch(37.4 63.1 13.2) |
| OKLCH | oklch(0.484 0.190 10.8) |
Copy-ready code
/* CSS */
color: #af0944;
background-color: #af0944;
/* Tailwind (arbitrary) */
class="text-[#af0944] bg-[#af0944]"
/* SCSS */
$brand: #af0944;
/* SwiftUI */
Color(red: 0.686, green: 0.035, blue: 0.267)
/* Android */
Color.parseColor("#af0944")Accessibility — WCAG contrast
Aa
#af0944 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0944 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green3.5%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta94.9%
Yellow61.1%
Key (black)31.4%
Color previews
#af0944 text on a black background
contrast 2.95:1
Card sample
#af0944 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0944;
Background color
Panel with #af0944 background
background-color: #af0944;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0944;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 9, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 9, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0944; background: linear-gradient(135deg, #af0944, #AF3D09);