#ad95fc
a light, electric blue · warm · closest name: slateblue
RGB
173, 149, 252
HSL
254°, 95%, 79%
CMYK
31, 41, 0, 1
Luminance
0.3741
Every format
| HEX | #ad95fc |
| RGB | rgb(173, 149, 252) |
| HSL | hsl(254, 95%, 79%) |
| CMYK | cmyk(31%, 41%, 0%, 1%) |
| LAB | lab(67.6 31.0 -48.3) |
| LCH | lch(67.6 57.4 302.7) |
| OKLCH | oklch(0.733 0.147 293.1) |
Copy-ready code
/* CSS */
color: #ad95fc;
background-color: #ad95fc;
/* Tailwind (arbitrary) */
class="text-[#ad95fc] bg-[#ad95fc]"
/* SCSS */
$brand: #ad95fc;
/* SwiftUI */
Color(red: 0.678, green: 0.584, blue: 0.988)
/* Android */
Color.parseColor("#ad95fc")Accessibility — WCAG contrast
Aa
#ad95fc on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad95fc on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green58.4%
Blue98.8%
CMYK percentages
Cyan31.3%
Magenta40.9%
Yellow0.0%
Key (black)1.2%
Color previews
#ad95fc text on a black background
contrast 8.48:1
Card sample
#ad95fc text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad95fc;
Background color
Panel with #ad95fc background
background-color: #ad95fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad95fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 149, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 149, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad95fc; background: linear-gradient(135deg, #ad95fc, #F295FC);