#ad96fd
a light, electric blue · warm · closest name: slateblue
RGB
173, 150, 253
HSL
253°, 96%, 79%
CMYK
32, 41, 0, 1
Luminance
0.3779
Every format
| HEX | #ad96fd |
| RGB | rgb(173, 150, 253) |
| HSL | hsl(253, 96%, 79%) |
| CMYK | cmyk(32%, 41%, 0%, 1%) |
| LAB | lab(67.9 30.7 -48.4) |
| LCH | lch(67.9 57.3 302.4) |
| OKLCH | oklch(0.735 0.147 292.7) |
Copy-ready code
/* CSS */
color: #ad96fd;
background-color: #ad96fd;
/* Tailwind (arbitrary) */
class="text-[#ad96fd] bg-[#ad96fd]"
/* SCSS */
$brand: #ad96fd;
/* SwiftUI */
Color(red: 0.678, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#ad96fd")Accessibility — WCAG contrast
Aa
#ad96fd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad96fd on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green58.8%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ad96fd text on a black background
contrast 8.56:1
Card sample
#ad96fd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad96fd;
Background color
Panel with #ad96fd background
background-color: #ad96fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad96fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad96fd; background: linear-gradient(135deg, #ad96fd, #F296FD);