#af52d4
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 82, 212
HSL
283°, 60%, 58%
CMYK
18, 61, 0, 17
Luminance
0.1990
Every format
| HEX | #af52d4 |
| RGB | rgb(175, 82, 212) |
| HSL | hsl(283, 60%, 58%) |
| CMYK | cmyk(18%, 61%, 0%, 17%) |
| LAB | lab(51.7 58.0 -51.1) |
| LCH | lch(51.7 77.3 318.6) |
| OKLCH | oklch(0.609 0.203 315.1) |
Copy-ready code
/* CSS */
color: #af52d4;
background-color: #af52d4;
/* Tailwind (arbitrary) */
class="text-[#af52d4] bg-[#af52d4]"
/* SCSS */
$brand: #af52d4;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.831)
/* Android */
Color.parseColor("#af52d4")Accessibility — WCAG contrast
Aa
#af52d4 on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af52d4 on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta61.3%
Yellow0.0%
Key (black)16.9%
Color previews
#af52d4 text on a black background
contrast 4.98:1
Card sample
#af52d4 text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af52d4;
Background color
Panel with #af52d4 background
background-color: #af52d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af52d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af52d4; background: linear-gradient(135deg, #af52d4, #D452A2);