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