#af1f98
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 31, 152
HSL
310°, 70%, 40%
CMYK
0, 82, 13, 31
Luminance
0.1236
Every format
| HEX | #af1f98 |
| RGB | rgb(175, 31, 152) |
| HSL | hsl(310, 70%, 40%) |
| CMYK | cmyk(0%, 82%, 13%, 31%) |
| LAB | lab(41.8 66.2 -31.7) |
| LCH | lch(41.8 73.4 334.4) |
| OKLCH | oklch(0.527 0.213 336.0) |
Copy-ready code
/* CSS */
color: #af1f98;
background-color: #af1f98;
/* Tailwind (arbitrary) */
class="text-[#af1f98] bg-[#af1f98]"
/* SCSS */
$brand: #af1f98;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.596)
/* Android */
Color.parseColor("#af1f98")Accessibility — WCAG contrast
Aa
#af1f98 on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1f98 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue59.6%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow13.1%
Key (black)31.4%
Color previews
#af1f98 text on a black background
contrast 3.47:1
Card sample
#af1f98 text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1f98;
Background color
Panel with #af1f98 background
background-color: #af1f98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1f98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1f98; background: linear-gradient(135deg, #af1f98, #AF1F38);