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