#af50fd
a light, electric violet · warm · closest name: magenta
RGB
175, 80, 253
HSL
273°, 98%, 65%
CMYK
31, 68, 0, 1
Luminance
0.2194
Every format
| HEX | #af50fd |
| RGB | rgb(175, 80, 253) |
| HSL | hsl(273, 98%, 65%) |
| CMYK | cmyk(31%, 68%, 0%, 1%) |
| LAB | lab(54.0 67.6 -70.6) |
| LCH | lch(54.0 97.7 313.8) |
| OKLCH | oklch(0.633 0.246 305.5) |
Copy-ready code
/* CSS */
color: #af50fd;
background-color: #af50fd;
/* Tailwind (arbitrary) */
class="text-[#af50fd] bg-[#af50fd]"
/* SCSS */
$brand: #af50fd;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.992)
/* Android */
Color.parseColor("#af50fd")Accessibility — WCAG contrast
Aa
#af50fd on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af50fd on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta68.4%
Yellow0.0%
Key (black)0.8%
Color previews
#af50fd text on a black background
contrast 5.39:1
Card sample
#af50fd text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af50fd;
Background color
Panel with #af50fd background
background-color: #af50fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af50fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af50fd; background: linear-gradient(135deg, #af50fd, #FD50D8);