#af39d4
a balanced, vivid violet · warm · closest name: purple
RGB
175, 57, 212
HSL
286°, 64%, 53%
CMYK
18, 73, 0, 17
Luminance
0.1679
Every format
| HEX | #af39d4 |
| RGB | rgb(175, 57, 212) |
| HSL | hsl(286, 64%, 53%) |
| CMYK | cmyk(18%, 73%, 0%, 17%) |
| LAB | lab(48.0 68.4 -57.1) |
| LCH | lch(48.0 89.1 320.1) |
| OKLCH | oklch(0.582 0.234 316.7) |
Copy-ready code
/* CSS */
color: #af39d4;
background-color: #af39d4;
/* Tailwind (arbitrary) */
class="text-[#af39d4] bg-[#af39d4]"
/* SCSS */
$brand: #af39d4;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.831)
/* Android */
Color.parseColor("#af39d4")Accessibility — WCAG contrast
Aa
#af39d4 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af39d4 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta73.1%
Yellow0.0%
Key (black)16.9%
Color previews
#af39d4 text on a black background
contrast 4.36:1
Card sample
#af39d4 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39d4;
Background color
Panel with #af39d4 background
background-color: #af39d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39d4; background: linear-gradient(135deg, #af39d4, #D43992);