#af2c8c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 44, 140
HSL
316°, 60%, 43%
CMYK
0, 75, 20, 31
Luminance
0.1281
Every format
| HEX | #af2c8c |
| RGB | rgb(175, 44, 140) |
| HSL | hsl(316, 60%, 43%) |
| CMYK | cmyk(0%, 75%, 20%, 31%) |
| LAB | lab(42.5 60.9 -23.3) |
| LCH | lch(42.5 65.3 339.0) |
| OKLCH | oklch(0.530 0.193 341.0) |
Copy-ready code
/* CSS */
color: #af2c8c;
background-color: #af2c8c;
/* Tailwind (arbitrary) */
class="text-[#af2c8c] bg-[#af2c8c]"
/* SCSS */
$brand: #af2c8c;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.549)
/* Android */
Color.parseColor("#af2c8c")Accessibility — WCAG contrast
Aa
#af2c8c on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2c8c on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.3%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow20.0%
Key (black)31.4%
Color previews
#af2c8c text on a black background
contrast 3.56:1
Card sample
#af2c8c text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2c8c;
Background color
Panel with #af2c8c background
background-color: #af2c8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2c8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 44, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 44, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2c8c; background: linear-gradient(135deg, #af2c8c, #AF2C35);