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