#af2fbd
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 47, 189
HSL
294°, 60%, 46%
CMYK
7, 75, 0, 26
Luminance
0.1482
Every format
| HEX | #af2fbd |
| RGB | rgb(175, 47, 189) |
| HSL | hsl(294, 60%, 46%) |
| CMYK | cmyk(7%, 75%, 0%, 26%) |
| LAB | lab(45.4 67.6 -48.0) |
| LCH | lch(45.4 82.9 324.6) |
| OKLCH | oklch(0.559 0.226 323.6) |
Copy-ready code
/* CSS */
color: #af2fbd;
background-color: #af2fbd;
/* Tailwind (arbitrary) */
class="text-[#af2fbd] bg-[#af2fbd]"
/* SCSS */
$brand: #af2fbd;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.741)
/* Android */
Color.parseColor("#af2fbd")Accessibility — WCAG contrast
Aa
#af2fbd on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fbd on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta75.1%
Yellow0.0%
Key (black)25.9%
Color previews
#af2fbd text on a black background
contrast 3.96:1
Card sample
#af2fbd text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fbd;
Background color
Panel with #af2fbd background
background-color: #af2fbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fbd; background: linear-gradient(135deg, #af2fbd, #BD2F6C);