#af1c64
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 28, 100
HSL
331°, 72%, 40%
CMYK
0, 84, 43, 31
Luminance
0.1086
Every format
| HEX | #af1c64 |
| RGB | rgb(175, 28, 100) |
| HSL | hsl(331, 72%, 40%) |
| CMYK | cmyk(0%, 84%, 43%, 31%) |
| LAB | lab(39.4 60.7 -3.2) |
| LCH | lch(39.4 60.8 356.9) |
| OKLCH | oklch(0.502 0.187 357.6) |
Copy-ready code
/* CSS */
color: #af1c64;
background-color: #af1c64;
/* Tailwind (arbitrary) */
class="text-[#af1c64] bg-[#af1c64]"
/* SCSS */
$brand: #af1c64;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.392)
/* Android */
Color.parseColor("#af1c64")Accessibility — WCAG contrast
Aa
#af1c64 on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1c64 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta84.0%
Yellow42.9%
Key (black)31.4%
Color previews
#af1c64 text on a black background
contrast 3.17:1
Card sample
#af1c64 text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1c64;
Background color
Panel with #af1c64 background
background-color: #af1c64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1c64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1c64; background: linear-gradient(135deg, #af1c64, #AF361C);