#a694fd
a light, electric blue · warm · closest name: slateblue
RGB
166, 148, 253
HSL
250°, 96%, 79%
CMYK
34, 42, 0, 1
Luminance
0.3638
Every format
| HEX | #a694fd |
| RGB | rgb(166, 148, 253) |
| HSL | hsl(250, 96%, 79%) |
| CMYK | cmyk(34%, 42%, 0%, 1%) |
| LAB | lab(66.8 30.0 -50.1) |
| LCH | lch(66.8 58.4 300.9) |
| OKLCH | oklch(0.726 0.150 290.0) |
Copy-ready code
/* CSS */
color: #a694fd;
background-color: #a694fd;
/* Tailwind (arbitrary) */
class="text-[#a694fd] bg-[#a694fd]"
/* SCSS */
$brand: #a694fd;
/* SwiftUI */
Color(red: 0.651, green: 0.580, blue: 0.992)
/* Android */
Color.parseColor("#a694fd")Accessibility — WCAG contrast
Aa
#a694fd on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a694fd on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green58.0%
Blue99.2%
CMYK percentages
Cyan34.4%
Magenta41.5%
Yellow0.0%
Key (black)0.8%
Color previews
#a694fd text on a black background
contrast 8.28:1
Card sample
#a694fd text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a694fd;
Background color
Panel with #a694fd background
background-color: #a694fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a694fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 148, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 148, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a694fd; background: linear-gradient(135deg, #a694fd, #EC94FD);