#af0fce
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 15, 206
HSL
290°, 86%, 43%
CMYK
15, 93, 0, 19
Luminance
0.1391
Every format
| HEX | #af0fce |
| RGB | rgb(175, 15, 206) |
| HSL | hsl(290, 86%, 43%) |
| CMYK | cmyk(15%, 93%, 0%, 19%) |
| LAB | lab(44.1 77.5 -59.9) |
| LCH | lch(44.1 97.9 322.3) |
| OKLCH | oklch(0.553 0.260 319.5) |
Copy-ready code
/* CSS */
color: #af0fce;
background-color: #af0fce;
/* Tailwind (arbitrary) */
class="text-[#af0fce] bg-[#af0fce]"
/* SCSS */
$brand: #af0fce;
/* SwiftUI */
Color(red: 0.686, green: 0.059, blue: 0.808)
/* Android */
Color.parseColor("#af0fce")Accessibility — WCAG contrast
Aa
#af0fce on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0fce on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.9%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta92.7%
Yellow0.0%
Key (black)19.2%
Color previews
#af0fce text on a black background
contrast 3.78:1
Card sample
#af0fce text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0fce;
Background color
Panel with #af0fce background
background-color: #af0fce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0fce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 15, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 15, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0fce; background: linear-gradient(135deg, #af0fce, #CE0F6D);