#af2ab0
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 42, 176
HSL
300°, 62%, 43%
CMYK
1, 76, 0, 31
Luminance
0.1390
Every format
| HEX | #af2ab0 |
| RGB | rgb(175, 42, 176) |
| HSL | hsl(300, 62%, 43%) |
| CMYK | cmyk(1%, 76%, 0%, 31%) |
| LAB | lab(44.1 67.0 -42.4) |
| LCH | lch(44.1 79.2 327.7) |
| OKLCH | oklch(0.547 0.220 327.8) |
Copy-ready code
/* CSS */
color: #af2ab0;
background-color: #af2ab0;
/* Tailwind (arbitrary) */
class="text-[#af2ab0] bg-[#af2ab0]"
/* SCSS */
$brand: #af2ab0;
/* SwiftUI */
Color(red: 0.686, green: 0.165, blue: 0.690)
/* Android */
Color.parseColor("#af2ab0")Accessibility — WCAG contrast
Aa
#af2ab0 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ab0 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.5%
Blue69.0%
CMYK percentages
Cyan0.6%
Magenta76.1%
Yellow0.0%
Key (black)31.0%
Color previews
#af2ab0 text on a black background
contrast 3.78:1
Card sample
#af2ab0 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ab0;
Background color
Panel with #af2ab0 background
background-color: #af2ab0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ab0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 42, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 42, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ab0; background: linear-gradient(135deg, #af2ab0, #B02A57);