#af0ccf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
175, 12, 207
HSL
290°, 89%, 43%
CMYK
16, 94, 0, 19
Luminance
0.1388
Every format
| HEX | #af0ccf |
| RGB | rgb(175, 12, 207) |
| HSL | hsl(290, 89%, 43%) |
| CMYK | cmyk(16%, 94%, 0%, 19%) |
| LAB | lab(44.1 78.0 -60.6) |
| LCH | lch(44.1 98.7 322.2) |
| OKLCH | oklch(0.553 0.262 319.3) |
Copy-ready code
/* CSS */
color: #af0ccf;
background-color: #af0ccf;
/* Tailwind (arbitrary) */
class="text-[#af0ccf] bg-[#af0ccf]"
/* SCSS */
$brand: #af0ccf;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.812)
/* Android */
Color.parseColor("#af0ccf")Accessibility — WCAG contrast
Aa
#af0ccf on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0ccf on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta94.2%
Yellow0.0%
Key (black)18.8%
Color previews
#af0ccf text on a black background
contrast 3.78:1
Card sample
#af0ccf text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0ccf;
Background color
Panel with #af0ccf background
background-color: #af0ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0ccf; background: linear-gradient(135deg, #af0ccf, #CF0C6D);