#af39da
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 57, 218
HSL
284°, 69%, 54%
CMYK
20, 74, 0, 15
Luminance
0.1710
Every format
| HEX | #af39da |
| RGB | rgb(175, 57, 218) |
| HSL | hsl(284, 69%, 54%) |
| CMYK | cmyk(20%, 74%, 0%, 15%) |
| LAB | lab(48.4 69.5 -59.9) |
| LCH | lch(48.4 91.8 319.3) |
| OKLCH | oklch(0.586 0.239 315.2) |
Copy-ready code
/* CSS */
color: #af39da;
background-color: #af39da;
/* Tailwind (arbitrary) */
class="text-[#af39da] bg-[#af39da]"
/* SCSS */
$brand: #af39da;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.855)
/* Android */
Color.parseColor("#af39da")Accessibility — WCAG contrast
Aa
#af39da on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af39da on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue85.5%
CMYK percentages
Cyan19.7%
Magenta73.9%
Yellow0.0%
Key (black)14.5%
Color previews
#af39da text on a black background
contrast 4.42:1
Card sample
#af39da text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39da;
Background color
Panel with #af39da background
background-color: #af39da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39da; background: linear-gradient(135deg, #af39da, #DA399A);