#af0fad
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 15, 173
HSL
301°, 84%, 37%
CMYK
0, 91, 1, 31
Luminance
0.1247
Every format
| HEX | #af0fad |
| RGB | rgb(175, 15, 173) |
| HSL | hsl(301, 84%, 37%) |
| CMYK | cmyk(0%, 91%, 1%, 31%) |
| LAB | lab(42.0 72.2 -44.0) |
| LCH | lch(42.0 84.6 328.6) |
| OKLCH | oklch(0.532 0.237 328.9) |
Copy-ready code
/* CSS */
color: #af0fad;
background-color: #af0fad;
/* Tailwind (arbitrary) */
class="text-[#af0fad] bg-[#af0fad]"
/* SCSS */
$brand: #af0fad;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.678)
/* Android */
Color.parseColor("#af0fad")Accessibility — WCAG contrast
Aa
#af0fad on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fad on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow1.1%
Key (black)31.4%
Color previews
#af0fad text on a black background
contrast 3.49:1
Card sample
#af0fad text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fad;
Background color
Panel with #af0fad background
background-color: #af0fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fad; background: linear-gradient(135deg, #af0fad, #AF0F42);