#af0048
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 0, 72
HSL
335°, 100%, 34%
CMYK
0, 100, 59, 31
Luminance
0.0958
Every format
| HEX | #af0048 |
| RGB | rgb(175, 0, 72) |
| HSL | hsl(335, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 59%, 31%) |
| LAB | lab(37.1 62.8 11.5) |
| LCH | lch(37.1 63.8 10.3) |
| OKLCH | oklch(0.483 0.193 8.6) |
Copy-ready code
/* CSS */
color: #af0048;
background-color: #af0048;
/* Tailwind (arbitrary) */
class="text-[#af0048] bg-[#af0048]"
/* SCSS */
$brand: #af0048;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.282)
/* Android */
Color.parseColor("#af0048")Accessibility — WCAG contrast
Aa
#af0048 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0048 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow58.9%
Key (black)31.4%
Color previews
#af0048 text on a black background
contrast 2.92:1
Card sample
#af0048 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0048;
Background color
Panel with #af0048 background
background-color: #af0048;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0048;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0048; background: linear-gradient(135deg, #af0048, #AF2D00);