#af1ccc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
175, 28, 204
HSL
290°, 76%, 46%
CMYK
14, 86, 0, 20
Luminance
0.1430
Every format
| HEX | #af1ccc |
| RGB | rgb(175, 28, 204) |
| HSL | hsl(290, 76%, 46%) |
| CMYK | cmyk(14%, 86%, 0%, 20%) |
| LAB | lab(44.7 75.1 -57.9) |
| LCH | lch(44.7 94.8 322.4) |
| OKLCH | oklch(0.557 0.252 319.8) |
Copy-ready code
/* CSS */
color: #af1ccc;
background-color: #af1ccc;
/* Tailwind (arbitrary) */
class="text-[#af1ccc] bg-[#af1ccc]"
/* SCSS */
$brand: #af1ccc;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.800)
/* Android */
Color.parseColor("#af1ccc")Accessibility — WCAG contrast
Aa
#af1ccc on white: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1ccc on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta86.3%
Yellow0.0%
Key (black)20.0%
Color previews
#af1ccc text on a black background
contrast 3.86:1
Card sample
#af1ccc text on a white background
contrast 5.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1ccc;
Background color
Panel with #af1ccc background
background-color: #af1ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1ccc; background: linear-gradient(135deg, #af1ccc, #CC1C74);