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