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