#a68bff
a light, electric blue · warm · closest name: slateblue
RGB
166, 139, 255
HSL
254°, 100%, 77%
CMYK
35, 46, 0, 0
Luminance
0.3379
Every format
| HEX | #a68bff |
| RGB | rgb(166, 139, 255) |
| HSL | hsl(254, 100%, 77%) |
| CMYK | cmyk(35%, 46%, 0%, 0%) |
| LAB | lab(64.8 35.6 -54.4) |
| LCH | lch(64.8 65.0 303.2) |
| OKLCH | oklch(0.711 0.166 292.4) |
Copy-ready code
/* CSS */
color: #a68bff;
background-color: #a68bff;
/* Tailwind (arbitrary) */
class="text-[#a68bff] bg-[#a68bff]"
/* SCSS */
$brand: #a68bff;
/* SwiftUI */
Color(red: 0.651, green: 0.545, blue: 1.000)
/* Android */
Color.parseColor("#a68bff")Accessibility — WCAG contrast
Aa
#a68bff on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a68bff on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green54.5%
Blue100.0%
CMYK percentages
Cyan34.9%
Magenta45.5%
Yellow0.0%
Key (black)0.0%
Color previews
#a68bff text on a black background
contrast 7.76:1
Card sample
#a68bff text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a68bff;
Background color
Panel with #a68bff background
background-color: #a68bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a68bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 139, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 139, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a68bff; background: linear-gradient(135deg, #a68bff, #F38BFF);