#af3cd7
a balanced, vivid violet · warm · closest name: purple
RGB
175, 60, 215
HSL
285°, 66%, 54%
CMYK
19, 72, 0, 16
Luminance
0.1725
Every format
| HEX | #af3cd7 |
| RGB | rgb(175, 60, 215) |
| HSL | hsl(285, 66%, 54%) |
| CMYK | cmyk(19%, 72%, 0%, 16%) |
| LAB | lab(48.6 67.9 -57.9) |
| LCH | lch(48.6 89.2 319.6) |
| OKLCH | oklch(0.587 0.234 315.8) |
Copy-ready code
/* CSS */
color: #af3cd7;
background-color: #af3cd7;
/* Tailwind (arbitrary) */
class="text-[#af3cd7] bg-[#af3cd7]"
/* SCSS */
$brand: #af3cd7;
/* SwiftUI */
Color(red: 0.686, green: 0.235, blue: 0.843)
/* Android */
Color.parseColor("#af3cd7")Accessibility — WCAG contrast
Aa
#af3cd7 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3cd7 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.5%
Blue84.3%
CMYK percentages
Cyan18.6%
Magenta72.1%
Yellow0.0%
Key (black)15.7%
Color previews
#af3cd7 text on a black background
contrast 4.45:1
Card sample
#af3cd7 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3cd7;
Background color
Panel with #af3cd7 background
background-color: #af3cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 60, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 60, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3cd7; background: linear-gradient(135deg, #af3cd7, #D73C98);