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