#af1fdf
a balanced, electric violet · warm · closest name: magenta
RGB
175, 31, 223
HSL
285°, 76%, 50%
CMYK
22, 86, 0, 13
Luminance
0.1542
Every format
| HEX | #af1fdf |
| RGB | rgb(175, 31, 223) |
| HSL | hsl(285, 76%, 50%) |
| CMYK | cmyk(22%, 86%, 0%, 13%) |
| LAB | lab(46.2 77.8 -66.3) |
| LCH | lch(46.2 102.2 319.6) |
| OKLCH | oklch(0.572 0.265 315.0) |
Copy-ready code
/* CSS */
color: #af1fdf;
background-color: #af1fdf;
/* Tailwind (arbitrary) */
class="text-[#af1fdf] bg-[#af1fdf]"
/* SCSS */
$brand: #af1fdf;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#af1fdf")Accessibility — WCAG contrast
Aa
#af1fdf on white: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1fdf on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue87.5%
CMYK percentages
Cyan21.5%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#af1fdf text on a black background
contrast 4.08:1
Card sample
#af1fdf text on a white background
contrast 5.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1fdf;
Background color
Panel with #af1fdf background
background-color: #af1fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1fdf; background: linear-gradient(135deg, #af1fdf, #DF1F8F);