#af28c2
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 40, 194
HSL
293°, 66%, 46%
CMYK
10, 79, 0, 24
Luminance
0.1453
Every format
| HEX | #af28c2 |
| RGB | rgb(175, 40, 194) |
| HSL | hsl(293, 66%, 46%) |
| CMYK | cmyk(10%, 79%, 0%, 24%) |
| LAB | lab(45.0 70.5 -51.5) |
| LCH | lch(45.0 87.3 323.8) |
| OKLCH | oklch(0.557 0.236 322.3) |
Copy-ready code
/* CSS */
color: #af28c2;
background-color: #af28c2;
/* Tailwind (arbitrary) */
class="text-[#af28c2] bg-[#af28c2]"
/* SCSS */
$brand: #af28c2;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.761)
/* Android */
Color.parseColor("#af28c2")Accessibility — WCAG contrast
Aa
#af28c2 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af28c2 on black: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta79.4%
Yellow0.0%
Key (black)23.9%
Color previews
#af28c2 text on a black background
contrast 3.91:1
Card sample
#af28c2 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af28c2;
Background color
Panel with #af28c2 background
background-color: #af28c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af28c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af28c2; background: linear-gradient(135deg, #af28c2, #C2286E);