#af1cdd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 28, 221
HSL
286°, 78%, 49%
CMYK
21, 87, 0, 13
Luminance
0.1516
Every format
| HEX | #af1cdd |
| RGB | rgb(175, 28, 221) |
| HSL | hsl(286, 78%, 49%) |
| CMYK | cmyk(21%, 87%, 0%, 13%) |
| LAB | lab(45.9 78.1 -65.7) |
| LCH | lch(45.9 102.0 319.9) |
| OKLCH | oklch(0.569 0.265 315.5) |
Copy-ready code
/* CSS */
color: #af1cdd;
background-color: #af1cdd;
/* Tailwind (arbitrary) */
class="text-[#af1cdd] bg-[#af1cdd]"
/* SCSS */
$brand: #af1cdd;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.867)
/* Android */
Color.parseColor("#af1cdd")Accessibility — WCAG contrast
Aa
#af1cdd on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1cdd on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue86.7%
CMYK percentages
Cyan20.8%
Magenta87.3%
Yellow0.0%
Key (black)13.3%
Color previews
#af1cdd text on a black background
contrast 4.03:1
Card sample
#af1cdd text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1cdd;
Background color
Panel with #af1cdd background
background-color: #af1cdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1cdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1cdd; background: linear-gradient(135deg, #af1cdd, #DD1C8A);