#af00ba
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 186
HSL
297°, 100%, 37%
CMYK
6, 100, 0, 27
Luminance
0.1266
Every format
| HEX | #af00ba |
| RGB | rgb(175, 0, 186) |
| HSL | hsl(297, 100%, 37%) |
| CMYK | cmyk(6%, 100%, 0%, 27%) |
| LAB | lab(42.3 75.7 -51.3) |
| LCH | lch(42.3 91.5 325.9) |
| OKLCH | oklch(0.536 0.251 325.1) |
Copy-ready code
/* CSS */
color: #af00ba;
background-color: #af00ba;
/* Tailwind (arbitrary) */
class="text-[#af00ba] bg-[#af00ba]"
/* SCSS */
$brand: #af00ba;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.729)
/* Android */
Color.parseColor("#af00ba")Accessibility — WCAG contrast
Aa
#af00ba on white: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af00ba on black: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta100.0%
Yellow0.0%
Key (black)27.1%
Color previews
#af00ba text on a black background
contrast 3.53:1
Card sample
#af00ba text on a white background
contrast 5.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af00ba;
Background color
Panel with #af00ba background
background-color: #af00ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af00ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af00ba; background: linear-gradient(135deg, #af00ba, #BA0049);