#af3dff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 61, 255
HSL
275°, 100%, 62%
CMYK
31, 76, 0, 0
Luminance
0.1967
Every format
| HEX | #af3dff |
| RGB | rgb(175, 61, 255) |
| HSL | hsl(275, 100%, 62%) |
| CMYK | cmyk(31%, 76%, 0%, 0%) |
| LAB | lab(51.5 75.6 -75.7) |
| LCH | lch(51.5 107.0 314.9) |
| OKLCH | oklch(0.616 0.268 306.6) |
Copy-ready code
/* CSS */
color: #af3dff;
background-color: #af3dff;
/* Tailwind (arbitrary) */
class="text-[#af3dff] bg-[#af3dff]"
/* SCSS */
$brand: #af3dff;
/* SwiftUI */
Color(red: 0.686, green: 0.239, blue: 1.000)
/* Android */
Color.parseColor("#af3dff")Accessibility — WCAG contrast
Aa
#af3dff on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3dff on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.9%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta76.1%
Yellow0.0%
Key (black)0.0%
Color previews
#af3dff text on a black background
contrast 4.93:1
Card sample
#af3dff text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3dff;
Background color
Panel with #af3dff background
background-color: #af3dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 61, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 61, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3dff; background: linear-gradient(135deg, #af3dff, #FF3DCE);