#a694f6
a light, electric blue · warm · closest name: slateblue
RGB
166, 148, 246
HSL
251°, 85%, 77%
CMYK
33, 40, 0, 4
Luminance
0.3594
Every format
| HEX | #a694f6 |
| RGB | rgb(166, 148, 246) |
| HSL | hsl(251, 85%, 77%) |
| CMYK | cmyk(33%, 40%, 0%, 4%) |
| LAB | lab(66.5 28.2 -46.8) |
| LCH | lch(66.5 54.6 301.1) |
| OKLCH | oklch(0.722 0.140 290.9) |
Copy-ready code
/* CSS */
color: #a694f6;
background-color: #a694f6;
/* Tailwind (arbitrary) */
class="text-[#a694f6] bg-[#a694f6]"
/* SCSS */
$brand: #a694f6;
/* SwiftUI */
Color(red: 0.651, green: 0.580, blue: 0.965)
/* Android */
Color.parseColor("#a694f6")Accessibility — WCAG contrast
Aa
#a694f6 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a694f6 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green58.0%
Blue96.5%
CMYK percentages
Cyan32.5%
Magenta39.8%
Yellow0.0%
Key (black)3.5%
Color previews
#a694f6 text on a black background
contrast 8.19:1
Card sample
#a694f6 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a694f6;
Background color
Panel with #a694f6 background
background-color: #a694f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a694f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 148, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 148, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a694f6; background: linear-gradient(135deg, #a694f6, #E794F6);