#af00bd
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 189
HSL
296°, 100%, 37%
CMYK
7, 100, 0, 26
Luminance
0.1279
Every format
| HEX | #af00bd |
| RGB | rgb(175, 0, 189) |
| HSL | hsl(296, 100%, 37%) |
| CMYK | cmyk(7%, 100%, 0%, 26%) |
| LAB | lab(42.5 76.2 -52.7) |
| LCH | lch(42.5 92.7 325.3) |
| OKLCH | oklch(0.538 0.253 324.3) |
Copy-ready code
/* CSS */
color: #af00bd;
background-color: #af00bd;
/* Tailwind (arbitrary) */
class="text-[#af00bd] bg-[#af00bd]"
/* SCSS */
$brand: #af00bd;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.741)
/* Android */
Color.parseColor("#af00bd")Accessibility — WCAG contrast
Aa
#af00bd on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af00bd on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue74.1%
CMYK percentages
Cyan7.4%
Magenta100.0%
Yellow0.0%
Key (black)25.9%
Color previews
#af00bd text on a black background
contrast 3.56:1
Card sample
#af00bd text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af00bd;
Background color
Panel with #af00bd background
background-color: #af00bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af00bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af00bd; background: linear-gradient(135deg, #af00bd, #BD004D);