#af39cd
a balanced, vivid violet · warm · closest name: purple
RGB
175, 57, 205
HSL
288°, 60%, 51%
CMYK
15, 72, 0, 20
Luminance
0.1645
Every format
| HEX | #af39cd |
| RGB | rgb(175, 57, 205) |
| HSL | hsl(288, 60%, 51%) |
| CMYK | cmyk(15%, 72%, 0%, 20%) |
| LAB | lab(47.6 67.1 -53.8) |
| LCH | lch(47.6 86.0 321.3) |
| OKLCH | oklch(0.578 0.228 318.6) |
Copy-ready code
/* CSS */
color: #af39cd;
background-color: #af39cd;
/* Tailwind (arbitrary) */
class="text-[#af39cd] bg-[#af39cd]"
/* SCSS */
$brand: #af39cd;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.804)
/* Android */
Color.parseColor("#af39cd")Accessibility — WCAG contrast
Aa
#af39cd on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af39cd on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue80.4%
CMYK percentages
Cyan14.6%
Magenta72.2%
Yellow0.0%
Key (black)19.6%
Color previews
#af39cd text on a black background
contrast 4.29:1
Card sample
#af39cd text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39cd;
Background color
Panel with #af39cd background
background-color: #af39cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39cd; background: linear-gradient(135deg, #af39cd, #CD3988);