#af2fd9
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 47, 217
HSL
285°, 69%, 52%
CMYK
19, 78, 0, 15
Luminance
0.1616
Every format
| HEX | #af2fd9 |
| RGB | rgb(175, 47, 217) |
| HSL | hsl(285, 69%, 52%) |
| CMYK | cmyk(19%, 78%, 0%, 15%) |
| LAB | lab(47.2 72.7 -61.3) |
| LCH | lch(47.2 95.0 319.9) |
| OKLCH | oklch(0.577 0.248 315.9) |
Copy-ready code
/* CSS */
color: #af2fd9;
background-color: #af2fd9;
/* Tailwind (arbitrary) */
class="text-[#af2fd9] bg-[#af2fd9]"
/* SCSS */
$brand: #af2fd9;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.851)
/* Android */
Color.parseColor("#af2fd9")Accessibility — WCAG contrast
Aa
#af2fd9 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fd9 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue85.1%
CMYK percentages
Cyan19.4%
Magenta78.3%
Yellow0.0%
Key (black)14.9%
Color previews
#af2fd9 text on a black background
contrast 4.23:1
Card sample
#af2fd9 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fd9;
Background color
Panel with #af2fd9 background
background-color: #af2fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fd9; background: linear-gradient(135deg, #af2fd9, #D92F92);