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