#af02c3
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 2, 195
HSL
294°, 98%, 39%
CMYK
10, 99, 0, 24
Luminance
0.1310
Every format
| HEX | #af02c3 |
| RGB | rgb(175, 2, 195) |
| HSL | hsl(294, 98%, 39%) |
| CMYK | cmyk(10%, 99%, 0%, 24%) |
| LAB | lab(42.9 77.0 -55.5) |
| LCH | lch(42.9 94.9 324.2) |
| OKLCH | oklch(0.543 0.256 322.6) |
Copy-ready code
/* CSS */
color: #af02c3;
background-color: #af02c3;
/* Tailwind (arbitrary) */
class="text-[#af02c3] bg-[#af02c3]"
/* SCSS */
$brand: #af02c3;
/* SwiftUI */
Color(red: 0.686, green: 0.008, blue: 0.765)
/* Android */
Color.parseColor("#af02c3")Accessibility — WCAG contrast
Aa
#af02c3 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af02c3 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.8%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta99.0%
Yellow0.0%
Key (black)23.5%
Color previews
#af02c3 text on a black background
contrast 3.62:1
Card sample
#af02c3 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af02c3;
Background color
Panel with #af02c3 background
background-color: #af02c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af02c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 2, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 2, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af02c3; background: linear-gradient(135deg, #af02c3, #C30256);