#ad94fe
a light, electric blue · warm · closest name: slateblue
RGB
173, 148, 254
HSL
254°, 98%, 79%
CMYK
32, 42, 0, 0
Luminance
0.3722
Every format
| HEX | #ad94fe |
| RGB | rgb(173, 148, 254) |
| HSL | hsl(254, 98%, 79%) |
| CMYK | cmyk(32%, 42%, 0%, 0%) |
| LAB | lab(67.4 32.1 -49.6) |
| LCH | lch(67.4 59.0 302.9) |
| OKLCH | oklch(0.732 0.151 293.1) |
Copy-ready code
/* CSS */
color: #ad94fe;
background-color: #ad94fe;
/* Tailwind (arbitrary) */
class="text-[#ad94fe] bg-[#ad94fe]"
/* SCSS */
$brand: #ad94fe;
/* SwiftUI */
Color(red: 0.678, green: 0.580, blue: 0.996)
/* Android */
Color.parseColor("#ad94fe")Accessibility — WCAG contrast
Aa
#ad94fe on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad94fe on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green58.0%
Blue99.6%
CMYK percentages
Cyan31.9%
Magenta41.7%
Yellow0.0%
Key (black)0.4%
Color previews
#ad94fe text on a black background
contrast 8.44:1
Card sample
#ad94fe text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad94fe;
Background color
Panel with #ad94fe background
background-color: #ad94fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad94fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 148, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 148, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad94fe; background: linear-gradient(135deg, #ad94fe, #F494FE);