#af62fd
a light, electric violet · warm · closest name: slateblue
RGB
175, 98, 253
HSL
270°, 98%, 69%
CMYK
31, 61, 0, 1
Luminance
0.2494
Every format
| HEX | #af62fd |
| RGB | rgb(175, 98, 253) |
| HSL | hsl(270, 98%, 69%) |
| CMYK | cmyk(31%, 61%, 0%, 1%) |
| LAB | lab(57.0 59.3 -65.6) |
| LCH | lch(57.0 88.4 312.1) |
| OKLCH | oklch(0.655 0.224 303.7) |
Copy-ready code
/* CSS */
color: #af62fd;
background-color: #af62fd;
/* Tailwind (arbitrary) */
class="text-[#af62fd] bg-[#af62fd]"
/* SCSS */
$brand: #af62fd;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.992)
/* Android */
Color.parseColor("#af62fd")Accessibility — WCAG contrast
Aa
#af62fd on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af62fd on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta61.3%
Yellow0.0%
Key (black)0.8%
Color previews
#af62fd text on a black background
contrast 5.99:1
Card sample
#af62fd text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af62fd;
Background color
Panel with #af62fd background
background-color: #af62fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af62fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af62fd; background: linear-gradient(135deg, #af62fd, #FD62E4);