#af0df1
a balanced, electric violet · warm · closest name: magenta
RGB
175, 13, 241
HSL
283°, 90%, 50%
CMYK
27, 95, 0, 6
Luminance
0.1575
Every format
| HEX | #af0df1 |
| RGB | rgb(175, 13, 241) |
| HSL | hsl(283, 90%, 50%) |
| CMYK | cmyk(27%, 95%, 0%, 6%) |
| LAB | lab(46.6 83.8 -75.8) |
| LCH | lch(46.6 113.0 317.9) |
| OKLCH | oklch(0.579 0.286 311.2) |
Copy-ready code
/* CSS */
color: #af0df1;
background-color: #af0df1;
/* Tailwind (arbitrary) */
class="text-[#af0df1] bg-[#af0df1]"
/* SCSS */
$brand: #af0df1;
/* SwiftUI */
Color(red: 0.686, green: 0.051, blue: 0.945)
/* Android */
Color.parseColor("#af0df1")Accessibility — WCAG contrast
Aa
#af0df1 on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0df1 on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green5.1%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta94.6%
Yellow0.0%
Key (black)5.5%
Color previews
#af0df1 text on a black background
contrast 4.15:1
Card sample
#af0df1 text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0df1;
Background color
Panel with #af0df1 background
background-color: #af0df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 13, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 13, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0df1; background: linear-gradient(135deg, #af0df1, #F10D9B);