#af0076
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 118
HSL
320°, 100%, 34%
CMYK
0, 100, 33, 31
Luminance
0.1042
Every format
| HEX | #af0076 |
| RGB | rgb(175, 0, 118) |
| HSL | hsl(320, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 33%, 31%) |
| LAB | lab(38.6 66.7 -15.7) |
| LCH | lch(38.6 68.5 346.7) |
| OKLCH | oklch(0.499 0.209 348.6) |
Copy-ready code
/* CSS */
color: #af0076;
background-color: #af0076;
/* Tailwind (arbitrary) */
class="text-[#af0076] bg-[#af0076]"
/* SCSS */
$brand: #af0076;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.463)
/* Android */
Color.parseColor("#af0076")Accessibility — WCAG contrast
Aa
#af0076 on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0076 on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow32.6%
Key (black)31.4%
Color previews
#af0076 text on a black background
contrast 3.08:1
Card sample
#af0076 text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0076;
Background color
Panel with #af0076 background
background-color: #af0076;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0076;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0076; background: linear-gradient(135deg, #af0076, #AF0001);