#a6afeb
a light, vivid blue · warm · closest name: plum
RGB
166, 175, 235
HSL
232°, 63%, 79%
CMYK
29, 26, 0, 8
Luminance
0.4477
Every format
| HEX | #a6afeb |
| RGB | rgb(166, 175, 235) |
| HSL | hsl(232, 63%, 79%) |
| CMYK | cmyk(29%, 26%, 0%, 8%) |
| LAB | lab(72.7 10.2 -31.0) |
| LCH | lch(72.7 32.6 288.2) |
| OKLCH | oklch(0.769 0.086 277.6) |
Copy-ready code
/* CSS */
color: #a6afeb;
background-color: #a6afeb;
/* Tailwind (arbitrary) */
class="text-[#a6afeb] bg-[#a6afeb]"
/* SCSS */
$brand: #a6afeb;
/* SwiftUI */
Color(red: 0.651, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#a6afeb")Accessibility — WCAG contrast
Aa
#a6afeb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6afeb on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green68.6%
Blue92.2%
CMYK percentages
Cyan29.4%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#a6afeb text on a black background
contrast 9.95:1
Card sample
#a6afeb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6afeb;
Background color
Panel with #a6afeb background
background-color: #a6afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6afeb; background: linear-gradient(135deg, #a6afeb, #CBA6EB);