#af2abd
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 42, 189
HSL
294°, 64%, 45%
CMYK
7, 78, 0, 26
Luminance
0.1444
Every format
| HEX | #af2abd |
| RGB | rgb(175, 42, 189) |
| HSL | hsl(294, 64%, 45%) |
| CMYK | cmyk(7%, 78%, 0%, 26%) |
| LAB | lab(44.9 69.1 -48.8) |
| LCH | lch(44.9 84.6 324.8) |
| OKLCH | oklch(0.555 0.230 323.7) |
Copy-ready code
/* CSS */
color: #af2abd;
background-color: #af2abd;
/* Tailwind (arbitrary) */
class="text-[#af2abd] bg-[#af2abd]"
/* SCSS */
$brand: #af2abd;
/* SwiftUI */
Color(red: 0.686, green: 0.165, blue: 0.741)
/* Android */
Color.parseColor("#af2abd")Accessibility — WCAG contrast
Aa
#af2abd on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2abd on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.5%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta77.8%
Yellow0.0%
Key (black)25.9%
Color previews
#af2abd text on a black background
contrast 3.89:1
Card sample
#af2abd text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2abd;
Background color
Panel with #af2abd background
background-color: #af2abd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2abd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 42, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 42, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2abd; background: linear-gradient(135deg, #af2abd, #BD2A69);