#ac63fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 99, 253
HSL
268°, 98%, 69%
CMYK
32, 61, 0, 1
Luminance
0.2479
Every format
| HEX | #ac63fd |
| RGB | rgb(172, 99, 253) |
| HSL | hsl(268, 98%, 69%) |
| CMYK | cmyk(32%, 61%, 0%, 1%) |
| LAB | lab(56.9 58.1 -65.9) |
| LCH | lch(56.9 87.8 311.4) |
| OKLCH | oklch(0.653 0.222 302.5) |
Copy-ready code
/* CSS */
color: #ac63fd;
background-color: #ac63fd;
/* Tailwind (arbitrary) */
class="text-[#ac63fd] bg-[#ac63fd]"
/* SCSS */
$brand: #ac63fd;
/* SwiftUI */
Color(red: 0.675, green: 0.388, blue: 0.992)
/* Android */
Color.parseColor("#ac63fd")Accessibility — WCAG contrast
Aa
#ac63fd on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ac63fd on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green38.8%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta60.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ac63fd text on a black background
contrast 5.96:1
Card sample
#ac63fd text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac63fd;
Background color
Panel with #ac63fd background
background-color: #ac63fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac63fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 99, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 99, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac63fd; background: linear-gradient(135deg, #ac63fd, #FD63E7);