#af02cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 2, 207
HSL
291°, 98%, 41%
CMYK
16, 99, 0, 19
Luminance
0.1366
Every format
| HEX | #af02cf |
| RGB | rgb(175, 2, 207) |
| HSL | hsl(291, 98%, 41%) |
| CMYK | cmyk(16%, 99%, 0%, 19%) |
| LAB | lab(43.8 78.9 -61.1) |
| LCH | lch(43.8 99.8 322.3) |
| OKLCH | oklch(0.551 0.265 319.4) |
Copy-ready code
/* CSS */
color: #af02cf;
background-color: #af02cf;
/* Tailwind (arbitrary) */
class="text-[#af02cf] bg-[#af02cf]"
/* SCSS */
$brand: #af02cf;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#af02cf")Accessibility — WCAG contrast
Aa
#af02cf on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02cf on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#af02cf text on a black background
contrast 3.73:1
Card sample
#af02cf text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02cf;
Background color
Panel with #af02cf background
background-color: #af02cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02cf; background: linear-gradient(135deg, #af02cf, #CF0266);