#af1cd7
a balanced, electric violet · warm · closest name: magenta
RGB
175, 28, 215
HSL
287°, 77%, 48%
CMYK
19, 87, 0, 16
Luminance
0.1485
Every format
| HEX | #af1cd7 |
| RGB | rgb(175, 28, 215) |
| HSL | hsl(287, 77%, 48%) |
| CMYK | cmyk(19%, 87%, 0%, 16%) |
| LAB | lab(45.4 77.0 -63.0) |
| LCH | lch(45.4 99.5 320.7) |
| OKLCH | oklch(0.565 0.261 317.0) |
Copy-ready code
/* CSS */
color: #af1cd7;
background-color: #af1cd7;
/* Tailwind (arbitrary) */
class="text-[#af1cd7] bg-[#af1cd7]"
/* SCSS */
$brand: #af1cd7;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.843)
/* Android */
Color.parseColor("#af1cd7")Accessibility — WCAG contrast
Aa
#af1cd7 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1cd7 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta87.0%
Yellow0.0%
Key (black)15.7%
Color previews
#af1cd7 text on a black background
contrast 3.97:1
Card sample
#af1cd7 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1cd7;
Background color
Panel with #af1cd7 background
background-color: #af1cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1cd7; background: linear-gradient(135deg, #af1cd7, #D71C82);