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