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