#af39dc
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 57, 220
HSL
283°, 70%, 54%
CMYK
21, 74, 0, 14
Luminance
0.1721
Every format
| HEX | #af39dc |
| RGB | rgb(175, 57, 220) |
| HSL | hsl(283, 70%, 54%) |
| CMYK | cmyk(21%, 74%, 0%, 14%) |
| LAB | lab(48.5 69.9 -60.8) |
| LCH | lch(48.5 92.7 319.0) |
| OKLCH | oklch(0.587 0.241 314.6) |
Copy-ready code
/* CSS */
color: #af39dc;
background-color: #af39dc;
/* Tailwind (arbitrary) */
class="text-[#af39dc] bg-[#af39dc]"
/* SCSS */
$brand: #af39dc;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.863)
/* Android */
Color.parseColor("#af39dc")Accessibility — WCAG contrast
Aa
#af39dc on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af39dc on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue86.3%
CMYK percentages
Cyan20.5%
Magenta74.1%
Yellow0.0%
Key (black)13.7%
Color previews
#af39dc text on a black background
contrast 4.44:1
Card sample
#af39dc text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39dc;
Background color
Panel with #af39dc background
background-color: #af39dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39dc; background: linear-gradient(135deg, #af39dc, #DC399C);