#af0058
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 0, 88
HSL
330°, 100%, 34%
CMYK
0, 100, 50, 31
Luminance
0.0982
Every format
| HEX | #af0058 |
| RGB | rgb(175, 0, 88) |
| HSL | hsl(330, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 50%, 31%) |
| LAB | lab(37.5 63.9 1.7) |
| LCH | lch(37.5 63.9 1.6) |
| OKLCH | oklch(0.487 0.197 1.5) |
Copy-ready code
/* CSS */
color: #af0058;
background-color: #af0058;
/* Tailwind (arbitrary) */
class="text-[#af0058] bg-[#af0058]"
/* SCSS */
$brand: #af0058;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.345)
/* Android */
Color.parseColor("#af0058")Accessibility — WCAG contrast
Aa
#af0058 on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0058 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue34.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow49.7%
Key (black)31.4%
Color previews
#af0058 text on a black background
contrast 2.96:1
Card sample
#af0058 text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0058;
Background color
Panel with #af0058 background
background-color: #af0058;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0058;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0058; background: linear-gradient(135deg, #af0058, #AF1D00);