#af2cb1
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 44, 177
HSL
299°, 60%, 43%
CMYK
1, 75, 0, 31
Luminance
0.1409
Every format
| HEX | #af2cb1 |
| RGB | rgb(175, 44, 177) |
| HSL | hsl(299, 60%, 43%) |
| CMYK | cmyk(1%, 75%, 0%, 31%) |
| LAB | lab(44.4 66.5 -42.6) |
| LCH | lch(44.4 79.0 327.4) |
| OKLCH | oklch(0.549 0.219 327.4) |
Copy-ready code
/* CSS */
color: #af2cb1;
background-color: #af2cb1;
/* Tailwind (arbitrary) */
class="text-[#af2cb1] bg-[#af2cb1]"
/* SCSS */
$brand: #af2cb1;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.694)
/* Android */
Color.parseColor("#af2cb1")Accessibility — WCAG contrast
Aa
#af2cb1 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2cb1 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.3%
Blue69.4%
CMYK percentages
Cyan1.1%
Magenta75.1%
Yellow0.0%
Key (black)30.6%
Color previews
#af2cb1 text on a black background
contrast 3.82:1
Card sample
#af2cb1 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2cb1;
Background color
Panel with #af2cb1 background
background-color: #af2cb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2cb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 44, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 44, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2cb1; background: linear-gradient(135deg, #af2cb1, #B12C5A);