#af52c1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 82, 193
HSL
290°, 47%, 54%
CMYK
9, 58, 0, 24
Luminance
0.1900
Every format
| HEX | #af52c1 |
| RGB | rgb(175, 82, 193) |
| HSL | hsl(290, 47%, 54%) |
| CMYK | cmyk(9%, 58%, 0%, 24%) |
| LAB | lab(50.7 54.2 -41.9) |
| LCH | lch(50.7 68.5 322.3) |
| OKLCH | oklch(0.598 0.184 320.9) |
Copy-ready code
/* CSS */
color: #af52c1;
background-color: #af52c1;
/* Tailwind (arbitrary) */
class="text-[#af52c1] bg-[#af52c1]"
/* SCSS */
$brand: #af52c1;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.757)
/* Android */
Color.parseColor("#af52c1")Accessibility — WCAG contrast
Aa
#af52c1 on white: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af52c1 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue75.7%
CMYK percentages
Cyan9.3%
Magenta57.5%
Yellow0.0%
Key (black)24.3%
Color previews
#af52c1 text on a black background
contrast 4.80:1
Card sample
#af52c1 text on a white background
contrast 4.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af52c1;
Background color
Panel with #af52c1 background
background-color: #af52c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af52c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af52c1; background: linear-gradient(135deg, #af52c1, #C15289);