#af0fc5
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 15, 197
HSL
293°, 86%, 42%
CMYK
11, 92, 0, 23
Luminance
0.1349
Every format
| HEX | #af0fc5 |
| RGB | rgb(175, 15, 197) |
| HSL | hsl(293, 86%, 42%) |
| CMYK | cmyk(11%, 92%, 0%, 23%) |
| LAB | lab(43.5 76.0 -55.7) |
| LCH | lch(43.5 94.2 323.8) |
| OKLCH | oklch(0.547 0.254 321.9) |
Copy-ready code
/* CSS */
color: #af0fc5;
background-color: #af0fc5;
/* Tailwind (arbitrary) */
class="text-[#af0fc5] bg-[#af0fc5]"
/* SCSS */
$brand: #af0fc5;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.773)
/* Android */
Color.parseColor("#af0fc5")Accessibility — WCAG contrast
Aa
#af0fc5 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fc5 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue77.3%
CMYK percentages
Cyan11.2%
Magenta92.4%
Yellow0.0%
Key (black)22.7%
Color previews
#af0fc5 text on a black background
contrast 3.70:1
Card sample
#af0fc5 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fc5;
Background color
Panel with #af0fc5 background
background-color: #af0fc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fc5; background: linear-gradient(135deg, #af0fc5, #C50F62);