#af2fc8
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
175, 47, 200
HSL
290°, 62%, 48%
CMYK
13, 77, 0, 22
Luminance
0.1532
Every format
| HEX | #af2fc8 |
| RGB | rgb(175, 47, 200) |
| HSL | hsl(290, 62%, 48%) |
| CMYK | cmyk(13%, 77%, 0%, 22%) |
| LAB | lab(46.1 69.5 -53.3) |
| LCH | lch(46.1 87.6 322.5) |
| OKLCH | oklch(0.566 0.234 320.4) |
Copy-ready code
/* CSS */
color: #af2fc8;
background-color: #af2fc8;
/* Tailwind (arbitrary) */
class="text-[#af2fc8] bg-[#af2fc8]"
/* SCSS */
$brand: #af2fc8;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.784)
/* Android */
Color.parseColor("#af2fc8")Accessibility — WCAG contrast
Aa
#af2fc8 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fc8 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue78.4%
CMYK percentages
Cyan12.5%
Magenta76.5%
Yellow0.0%
Key (black)21.6%
Color previews
#af2fc8 text on a black background
contrast 4.06:1
Card sample
#af2fc8 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fc8;
Background color
Panel with #af2fc8 background
background-color: #af2fc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fc8; background: linear-gradient(135deg, #af2fc8, #C82F7B);