#af39cf
a balanced, vivid violet · warm · closest name: purple
RGB
175, 57, 207
HSL
287°, 61%, 52%
CMYK
16, 73, 0, 19
Luminance
0.1655
Every format
| HEX | #af39cf |
| RGB | rgb(175, 57, 207) |
| HSL | hsl(287, 61%, 52%) |
| CMYK | cmyk(16%, 73%, 0%, 19%) |
| LAB | lab(47.7 67.5 -54.7) |
| LCH | lch(47.7 86.8 320.9) |
| OKLCH | oklch(0.579 0.230 318.0) |
Copy-ready code
/* CSS */
color: #af39cf;
background-color: #af39cf;
/* Tailwind (arbitrary) */
class="text-[#af39cf] bg-[#af39cf]"
/* SCSS */
$brand: #af39cf;
/* SwiftUI */
Color(red: 0.686, green: 0.224, blue: 0.812)
/* Android */
Color.parseColor("#af39cf")Accessibility — WCAG contrast
Aa
#af39cf on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af39cf on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green22.4%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta72.5%
Yellow0.0%
Key (black)18.8%
Color previews
#af39cf text on a black background
contrast 4.31:1
Card sample
#af39cf text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af39cf;
Background color
Panel with #af39cf background
background-color: #af39cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af39cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 57, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 57, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af39cf; background: linear-gradient(135deg, #af39cf, #CF398B);