#af0fcd
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 15, 205
HSL
291°, 86%, 43%
CMYK
15, 93, 0, 20
Luminance
0.1386
Every format
| HEX | #af0fcd |
| RGB | rgb(175, 15, 205) |
| HSL | hsl(291, 86%, 43%) |
| CMYK | cmyk(15%, 93%, 0%, 20%) |
| LAB | lab(44.0 77.3 -59.5) |
| LCH | lch(44.0 97.5 322.4) |
| OKLCH | oklch(0.553 0.259 319.8) |
Copy-ready code
/* CSS */
color: #af0fcd;
background-color: #af0fcd;
/* Tailwind (arbitrary) */
class="text-[#af0fcd] bg-[#af0fcd]"
/* SCSS */
$brand: #af0fcd;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.804)
/* Android */
Color.parseColor("#af0fcd")Accessibility — WCAG contrast
Aa
#af0fcd on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fcd on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta92.7%
Yellow0.0%
Key (black)19.6%
Color previews
#af0fcd text on a black background
contrast 3.77:1
Card sample
#af0fcd text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fcd;
Background color
Panel with #af0fcd background
background-color: #af0fcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fcd; background: linear-gradient(135deg, #af0fcd, #CD0F6C);