#ad98fd
a light, electric blue · warm · closest name: slateblue
RGB
173, 152, 253
HSL
253°, 96%, 79%
CMYK
32, 40, 0, 1
Luminance
0.3843
Every format
| HEX | #ad98fd |
| RGB | rgb(173, 152, 253) |
| HSL | hsl(253, 96%, 79%) |
| CMYK | cmyk(32%, 40%, 0%, 1%) |
| LAB | lab(68.3 29.6 -47.6) |
| LCH | lch(68.3 56.0 301.8) |
| OKLCH | oklch(0.739 0.144 292.0) |
Copy-ready code
/* CSS */
color: #ad98fd;
background-color: #ad98fd;
/* Tailwind (arbitrary) */
class="text-[#ad98fd] bg-[#ad98fd]"
/* SCSS */
$brand: #ad98fd;
/* SwiftUI */
Color(red: 0.678, green: 0.596, blue: 0.992)
/* Android */
Color.parseColor("#ad98fd")Accessibility — WCAG contrast
Aa
#ad98fd on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad98fd on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green59.6%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta39.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ad98fd text on a black background
contrast 8.69:1
Card sample
#ad98fd text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad98fd;
Background color
Panel with #ad98fd background
background-color: #ad98fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad98fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 152, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 152, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad98fd; background: linear-gradient(135deg, #ad98fd, #F098FD);