#af2fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 47, 223
HSL
284°, 73%, 53%
CMYK
22, 79, 0, 13
Luminance
0.1647
Every format
| HEX | #af2fdf |
| RGB | rgb(175, 47, 223) |
| HSL | hsl(284, 73%, 53%) |
| CMYK | cmyk(22%, 79%, 0%, 13%) |
| LAB | lab(47.6 73.8 -64.0) |
| LCH | lch(47.6 97.7 319.0) |
| OKLCH | oklch(0.582 0.253 314.4) |
Copy-ready code
/* CSS */
color: #af2fdf;
background-color: #af2fdf;
/* Tailwind (arbitrary) */
class="text-[#af2fdf] bg-[#af2fdf]"
/* SCSS */
$brand: #af2fdf;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#af2fdf")Accessibility — WCAG contrast
Aa
#af2fdf on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fdf on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#af2fdf text on a black background
contrast 4.29:1
Card sample
#af2fdf text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fdf;
Background color
Panel with #af2fdf background
background-color: #af2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fdf; background: linear-gradient(135deg, #af2fdf, #DF2F9A);