#af2ec5
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 46, 197
HSL
291°, 62%, 48%
CMYK
11, 77, 0, 23
Luminance
0.1510
Every format
| HEX | #af2ec5 |
| RGB | rgb(175, 46, 197) |
| HSL | hsl(291, 62%, 48%) |
| CMYK | cmyk(11%, 77%, 0%, 23%) |
| LAB | lab(45.8 69.3 -52.0) |
| LCH | lch(45.8 86.7 323.1) |
| OKLCH | oklch(0.563 0.233 321.3) |
Copy-ready code
/* CSS */
color: #af2ec5;
background-color: #af2ec5;
/* Tailwind (arbitrary) */
class="text-[#af2ec5] bg-[#af2ec5]"
/* SCSS */
$brand: #af2ec5;
/* SwiftUI */
Color(red: 0.686, green: 0.180, blue: 0.773)
/* Android */
Color.parseColor("#af2ec5")Accessibility — WCAG contrast
Aa
#af2ec5 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ec5 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.0%
Blue77.3%
CMYK percentages
Cyan11.2%
Magenta76.6%
Yellow0.0%
Key (black)22.7%
Color previews
#af2ec5 text on a black background
contrast 4.02:1
Card sample
#af2ec5 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ec5;
Background color
Panel with #af2ec5 background
background-color: #af2ec5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ec5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 46, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 46, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ec5; background: linear-gradient(135deg, #af2ec5, #C52E76);