#af007b
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 123
HSL
318°, 100%, 34%
CMYK
0, 100, 30, 31
Luminance
0.1054
Every format
| HEX | #af007b |
| RGB | rgb(175, 0, 123) |
| HSL | hsl(318, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 30%, 31%) |
| LAB | lab(38.8 67.3 -18.5) |
| LCH | lch(38.8 69.8 344.6) |
| OKLCH | oklch(0.501 0.212 346.6) |
Copy-ready code
/* CSS */
color: #af007b;
background-color: #af007b;
/* Tailwind (arbitrary) */
class="text-[#af007b] bg-[#af007b]"
/* SCSS */
$brand: #af007b;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.482)
/* Android */
Color.parseColor("#af007b")Accessibility — WCAG contrast
Aa
#af007b on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af007b on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow29.7%
Key (black)31.4%
Color previews
#af007b text on a black background
contrast 3.11:1
Card sample
#af007b text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af007b;
Background color
Panel with #af007b background
background-color: #af007b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af007b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af007b; background: linear-gradient(135deg, #af007b, #AF0006);