#af40fe
a balanced, electric violet · warm · closest name: magenta
RGB
175, 64, 254
HSL
275°, 99%, 62%
CMYK
31, 75, 0, 0
Luminance
0.1994
Every format
| HEX | #af40fe |
| RGB | rgb(175, 64, 254) |
| HSL | hsl(275, 99%, 62%) |
| CMYK | cmyk(31%, 75%, 0%, 0%) |
| LAB | lab(51.8 74.3 -74.7) |
| LCH | lch(51.8 105.3 314.8) |
| OKLCH | oklch(0.618 0.265 306.6) |
Copy-ready code
/* CSS */
color: #af40fe;
background-color: #af40fe;
/* Tailwind (arbitrary) */
class="text-[#af40fe] bg-[#af40fe]"
/* SCSS */
$brand: #af40fe;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.996)
/* Android */
Color.parseColor("#af40fe")Accessibility — WCAG contrast
Aa
#af40fe on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af40fe on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta74.8%
Yellow0.0%
Key (black)0.4%
Color previews
#af40fe text on a black background
contrast 4.99:1
Card sample
#af40fe text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af40fe;
Background color
Panel with #af40fe background
background-color: #af40fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af40fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af40fe; background: linear-gradient(135deg, #af40fe, #FE40CE);