#af4dfe
a balanced, electric violet · warm · closest name: magenta
RGB
175, 77, 254
HSL
273°, 99%, 65%
CMYK
31, 70, 0, 0
Luminance
0.2158
Every format
| HEX | #af4dfe |
| RGB | rgb(175, 77, 254) |
| HSL | hsl(273, 99%, 65%) |
| CMYK | cmyk(31%, 70%, 0%, 0%) |
| LAB | lab(53.6 69.2 -71.8) |
| LCH | lch(53.6 99.7 313.9) |
| OKLCH | oklch(0.630 0.251 305.6) |
Copy-ready code
/* CSS */
color: #af4dfe;
background-color: #af4dfe;
/* Tailwind (arbitrary) */
class="text-[#af4dfe] bg-[#af4dfe]"
/* SCSS */
$brand: #af4dfe;
/* SwiftUI */
Color(red: 0.686, green: 0.302, blue: 0.996)
/* Android */
Color.parseColor("#af4dfe")Accessibility — WCAG contrast
Aa
#af4dfe on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4dfe on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.2%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta69.7%
Yellow0.0%
Key (black)0.4%
Color previews
#af4dfe text on a black background
contrast 5.32:1
Card sample
#af4dfe text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4dfe;
Background color
Panel with #af4dfe background
background-color: #af4dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 77, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 77, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4dfe; background: linear-gradient(135deg, #af4dfe, #FE4DD7);