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