#af28c0
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 40, 192
HSL
293°, 66%, 46%
CMYK
9, 79, 0, 25
Luminance
0.1444
Every format
| HEX | #af28c0 |
| RGB | rgb(175, 40, 192) |
| HSL | hsl(293, 66%, 46%) |
| CMYK | cmyk(9%, 79%, 0%, 25%) |
| LAB | lab(44.9 70.2 -50.6) |
| LCH | lch(44.9 86.5 324.2) |
| OKLCH | oklch(0.556 0.234 322.9) |
Copy-ready code
/* CSS */
color: #af28c0;
background-color: #af28c0;
/* Tailwind (arbitrary) */
class="text-[#af28c0] bg-[#af28c0]"
/* SCSS */
$brand: #af28c0;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.753)
/* Android */
Color.parseColor("#af28c0")Accessibility — WCAG contrast
Aa
#af28c0 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af28c0 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta79.2%
Yellow0.0%
Key (black)24.7%
Color previews
#af28c0 text on a black background
contrast 3.89:1
Card sample
#af28c0 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af28c0;
Background color
Panel with #af28c0 background
background-color: #af28c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af28c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af28c0; background: linear-gradient(135deg, #af28c0, #C0286C);