#a8bafd
a light, electric blue · warm · closest name: plum
RGB
168, 186, 253
HSL
227°, 96%, 83%
CMYK
34, 27, 0, 1
Luminance
0.5053
Every format
| HEX | #a8bafd |
| RGB | rgb(168, 186, 253) |
| HSL | hsl(227, 96%, 83%) |
| CMYK | cmyk(34%, 27%, 0%, 1%) |
| LAB | lab(76.4 9.2 -35.1) |
| LCH | lch(76.4 36.3 284.7) |
| OKLCH | oklch(0.800 0.097 272.5) |
Copy-ready code
/* CSS */
color: #a8bafd;
background-color: #a8bafd;
/* Tailwind (arbitrary) */
class="text-[#a8bafd] bg-[#a8bafd]"
/* SCSS */
$brand: #a8bafd;
/* SwiftUI */
Color(red: 0.659, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#a8bafd")Accessibility — WCAG contrast
Aa
#a8bafd on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8bafd on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green72.9%
Blue99.2%
CMYK percentages
Cyan33.6%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#a8bafd text on a black background
contrast 11.11:1
Card sample
#a8bafd text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8bafd;
Background color
Panel with #a8bafd background
background-color: #a8bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8bafd; background: linear-gradient(135deg, #a8bafd, #CFA8FD);