#af4eff
a light, electric violet · warm · closest name: magenta
RGB
175, 78, 255
HSL
273°, 100%, 65%
CMYK
31, 69, 0, 0
Luminance
0.2178
Every format
| HEX | #af4eff |
| RGB | rgb(175, 78, 255) |
| HSL | hsl(273, 100%, 65%) |
| CMYK | cmyk(31%, 69%, 0%, 0%) |
| LAB | lab(53.8 68.9 -72.0) |
| LCH | lch(53.8 99.7 313.8) |
| OKLCH | oklch(0.632 0.251 305.3) |
Copy-ready code
/* CSS */
color: #af4eff;
background-color: #af4eff;
/* Tailwind (arbitrary) */
class="text-[#af4eff] bg-[#af4eff]"
/* SCSS */
$brand: #af4eff;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 1.000)
/* Android */
Color.parseColor("#af4eff")Accessibility — WCAG contrast
Aa
#af4eff on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4eff on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta69.4%
Yellow0.0%
Key (black)0.0%
Color previews
#af4eff text on a black background
contrast 5.36:1
Card sample
#af4eff text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4eff;
Background color
Panel with #af4eff background
background-color: #af4eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4eff; background: linear-gradient(135deg, #af4eff, #FF4ED9);