#af60fd
a light, electric violet · warm · closest name: slateblue
RGB
175, 96, 253
HSL
270°, 98%, 68%
CMYK
31, 62, 0, 1
Luminance
0.2457
Every format
| HEX | #af60fd |
| RGB | rgb(175, 96, 253) |
| HSL | hsl(270, 98%, 68%) |
| CMYK | cmyk(31%, 62%, 0%, 1%) |
| LAB | lab(56.7 60.2 -66.2) |
| LCH | lch(56.7 89.5 312.3) |
| OKLCH | oklch(0.652 0.226 303.9) |
Copy-ready code
/* CSS */
color: #af60fd;
background-color: #af60fd;
/* Tailwind (arbitrary) */
class="text-[#af60fd] bg-[#af60fd]"
/* SCSS */
$brand: #af60fd;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.992)
/* Android */
Color.parseColor("#af60fd")Accessibility — WCAG contrast
Aa
#af60fd on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af60fd on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta62.1%
Yellow0.0%
Key (black)0.8%
Color previews
#af60fd text on a black background
contrast 5.91:1
Card sample
#af60fd text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af60fd;
Background color
Panel with #af60fd background
background-color: #af60fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af60fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af60fd; background: linear-gradient(135deg, #af60fd, #FD60E2);