#af064f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 6, 79
HSL
334°, 93%, 36%
CMYK
0, 97, 55, 31
Luminance
0.0981
Every format
| HEX | #af064f |
| RGB | rgb(175, 6, 79) |
| HSL | hsl(334, 93%, 36%) |
| CMYK | cmyk(0%, 97%, 55%, 31%) |
| LAB | lab(37.5 62.5 7.5) |
| LCH | lch(37.5 63.0 6.8) |
| OKLCH | oklch(0.486 0.192 5.8) |
Copy-ready code
/* CSS */
color: #af064f;
background-color: #af064f;
/* Tailwind (arbitrary) */
class="text-[#af064f] bg-[#af064f]"
/* SCSS */
$brand: #af064f;
/* SwiftUI */
Color(red: 0.686, green: 0.024, blue: 0.310)
/* Android */
Color.parseColor("#af064f")Accessibility — WCAG contrast
Aa
#af064f on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af064f on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow54.9%
Key (black)31.4%
Color previews
#af064f text on a black background
contrast 2.96:1
Card sample
#af064f text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af064f;
Background color
Panel with #af064f background
background-color: #af064f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af064f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 6, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 6, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af064f; background: linear-gradient(135deg, #af064f, #AF2E06);