#af1dff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 29, 255
HSL
279°, 100%, 56%
CMYK
31, 89, 0, 0
Luminance
0.1721
Every format
| HEX | #af1dff |
| RGB | rgb(175, 29, 255) |
| HSL | hsl(279, 100%, 56%) |
| CMYK | cmyk(31%, 89%, 0%, 0%) |
| LAB | lab(48.5 84.2 -80.5) |
| LCH | lch(48.5 116.5 316.3) |
| OKLCH | oklch(0.595 0.291 308.0) |
Copy-ready code
/* CSS */
color: #af1dff;
background-color: #af1dff;
/* Tailwind (arbitrary) */
class="text-[#af1dff] bg-[#af1dff]"
/* SCSS */
$brand: #af1dff;
/* SwiftUI */
Color(red: 0.686, green: 0.114, blue: 1.000)
/* Android */
Color.parseColor("#af1dff")Accessibility — WCAG contrast
Aa
#af1dff on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1dff on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.4%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta88.6%
Yellow0.0%
Key (black)0.0%
Color previews
#af1dff text on a black background
contrast 4.44:1
Card sample
#af1dff text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1dff;
Background color
Panel with #af1dff background
background-color: #af1dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 29, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 29, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1dff; background: linear-gradient(135deg, #af1dff, #FF1DB8);