#af0068
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 0, 104
HSL
324°, 100%, 34%
CMYK
0, 100, 41, 31
Luminance
0.1011
Every format
| HEX | #af0068 |
| RGB | rgb(175, 0, 104) |
| HSL | hsl(324, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 41%, 31%) |
| LAB | lab(38.0 65.3 -7.7) |
| LCH | lch(38.0 65.8 353.3) |
| OKLCH | oklch(0.493 0.203 354.5) |
Copy-ready code
/* CSS */
color: #af0068;
background-color: #af0068;
/* Tailwind (arbitrary) */
class="text-[#af0068] bg-[#af0068]"
/* SCSS */
$brand: #af0068;
/* SwiftUI */
Color(red: 0.686, green: 0.000, blue: 0.408)
/* Android */
Color.parseColor("#af0068")Accessibility — WCAG contrast
Aa
#af0068 on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0068 on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.0%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow40.6%
Key (black)31.4%
Color previews
#af0068 text on a black background
contrast 3.02:1
Card sample
#af0068 text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0068;
Background color
Panel with #af0068 background
background-color: #af0068;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0068;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 0, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 0, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0068; background: linear-gradient(135deg, #af0068, #AF0D00);