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