#af03bc
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 3, 188
HSL
296°, 97%, 38%
CMYK
7, 98, 0, 26
Luminance
0.1281
Every format
| HEX | #af03bc |
| RGB | rgb(175, 3, 188) |
| HSL | hsl(296, 97%, 38%) |
| CMYK | cmyk(7%, 98%, 0%, 26%) |
| LAB | lab(42.5 75.8 -52.0) |
| LCH | lch(42.5 91.9 325.5) |
| OKLCH | oklch(0.538 0.251 324.5) |
Copy-ready code
/* CSS */
color: #af03bc;
background-color: #af03bc;
/* Tailwind (arbitrary) */
class="text-[#af03bc] bg-[#af03bc]"
/* SCSS */
$brand: #af03bc;
/* SwiftUI */
Color(red: 0.686, green: 0.012, blue: 0.737)
/* Android */
Color.parseColor("#af03bc")Accessibility — WCAG contrast
Aa
#af03bc on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af03bc on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green1.2%
Blue73.7%
CMYK percentages
Cyan6.9%
Magenta98.4%
Yellow0.0%
Key (black)26.3%
Color previews
#af03bc text on a black background
contrast 3.56:1
Card sample
#af03bc text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af03bc;
Background color
Panel with #af03bc background
background-color: #af03bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af03bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 3, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 3, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af03bc; background: linear-gradient(135deg, #af03bc, #BC034E);