#ac93fd
a light, electric blue · warm · closest name: slateblue
RGB
172, 147, 253
HSL
254°, 96%, 78%
CMYK
32, 42, 0, 1
Luminance
0.3673
Every format
| HEX | #ac93fd |
| RGB | rgb(172, 147, 253) |
| HSL | hsl(254, 96%, 78%) |
| CMYK | cmyk(32%, 42%, 0%, 1%) |
| LAB | lab(67.1 32.1 -49.6) |
| LCH | lch(67.1 59.1 302.9) |
| OKLCH | oklch(0.729 0.151 293.1) |
Copy-ready code
/* CSS */
color: #ac93fd;
background-color: #ac93fd;
/* Tailwind (arbitrary) */
class="text-[#ac93fd] bg-[#ac93fd]"
/* SCSS */
$brand: #ac93fd;
/* SwiftUI */
Color(red: 0.675, green: 0.576, blue: 0.992)
/* Android */
Color.parseColor("#ac93fd")Accessibility — WCAG contrast
Aa
#ac93fd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac93fd on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green57.6%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta41.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ac93fd text on a black background
contrast 8.35:1
Card sample
#ac93fd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac93fd;
Background color
Panel with #ac93fd background
background-color: #ac93fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac93fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 147, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 147, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac93fd; background: linear-gradient(135deg, #ac93fd, #F393FD);