#af52c6
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 82, 198
HSL
288°, 50%, 55%
CMYK
12, 59, 0, 22
Luminance
0.1923
Every format
| HEX | #af52c6 |
| RGB | rgb(175, 82, 198) |
| HSL | hsl(288, 50%, 55%) |
| CMYK | cmyk(12%, 59%, 0%, 22%) |
| LAB | lab(51.0 55.2 -44.3) |
| LCH | lch(51.0 70.8 321.2) |
| OKLCH | oklch(0.601 0.189 319.3) |
Copy-ready code
/* CSS */
color: #af52c6;
background-color: #af52c6;
/* Tailwind (arbitrary) */
class="text-[#af52c6] bg-[#af52c6]"
/* SCSS */
$brand: #af52c6;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.776)
/* Android */
Color.parseColor("#af52c6")Accessibility — WCAG contrast
Aa
#af52c6 on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af52c6 on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta58.6%
Yellow0.0%
Key (black)22.4%
Color previews
#af52c6 text on a black background
contrast 4.85:1
Card sample
#af52c6 text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af52c6;
Background color
Panel with #af52c6 background
background-color: #af52c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af52c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af52c6; background: linear-gradient(135deg, #af52c6, #C65290);