#af0fc9
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 15, 201
HSL
292°, 86%, 42%
CMYK
13, 93, 0, 21
Luminance
0.1367
Every format
| HEX | #af0fc9 |
| RGB | rgb(175, 15, 201) |
| HSL | hsl(292, 86%, 42%) |
| CMYK | cmyk(13%, 93%, 0%, 21%) |
| LAB | lab(43.8 76.6 -57.6) |
| LCH | lch(43.8 95.8 323.1) |
| OKLCH | oklch(0.550 0.256 320.8) |
Copy-ready code
/* CSS */
color: #af0fc9;
background-color: #af0fc9;
/* Tailwind (arbitrary) */
class="text-[#af0fc9] bg-[#af0fc9]"
/* SCSS */
$brand: #af0fc9;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.788)
/* Android */
Color.parseColor("#af0fc9")Accessibility — WCAG contrast
Aa
#af0fc9 on white: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fc9 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue78.8%
CMYK percentages
Cyan12.9%
Magenta92.5%
Yellow0.0%
Key (black)21.2%
Color previews
#af0fc9 text on a black background
contrast 3.73:1
Card sample
#af0fc9 text on a white background
contrast 5.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fc9;
Background color
Panel with #af0fc9 background
background-color: #af0fc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fc9; background: linear-gradient(135deg, #af0fc9, #C90F67);