#af02b0
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 2, 176
HSL
300°, 98%, 35%
CMYK
1, 99, 0, 31
Luminance
0.1229
Every format
| HEX | #af02b0 |
| RGB | rgb(175, 2, 176) |
| HSL | hsl(300, 98%, 35%) |
| CMYK | cmyk(1%, 99%, 0%, 31%) |
| LAB | lab(41.7 74.0 -46.3) |
| LCH | lch(41.7 87.3 328.0) |
| OKLCH | oklch(0.530 0.243 328.1) |
Copy-ready code
/* CSS */
color: #af02b0;
background-color: #af02b0;
/* Tailwind (arbitrary) */
class="text-[#af02b0] bg-[#af02b0]"
/* SCSS */
$brand: #af02b0;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.690)
/* Android */
Color.parseColor("#af02b0")Accessibility — WCAG contrast
Aa
#af02b0 on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02b0 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue69.0%
CMYK percentages
Cyan0.6%
Magenta98.9%
Yellow0.0%
Key (black)31.0%
Color previews
#af02b0 text on a black background
contrast 3.46:1
Card sample
#af02b0 text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02b0;
Background color
Panel with #af02b0 background
background-color: #af02b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02b0; background: linear-gradient(135deg, #af02b0, #B0023D);