#a6bafd
a light, electric blue · warm · closest name: steelblue
RGB
166, 186, 253
HSL
226°, 96%, 82%
CMYK
34, 27, 0, 1
Luminance
0.5032
Every format
| HEX | #a6bafd |
| RGB | rgb(166, 186, 253) |
| HSL | hsl(226, 96%, 82%) |
| CMYK | cmyk(34%, 27%, 0%, 1%) |
| LAB | lab(76.3 8.6 -35.3) |
| LCH | lch(76.3 36.3 283.8) |
| OKLCH | oklch(0.798 0.098 271.2) |
Copy-ready code
/* CSS */
color: #a6bafd;
background-color: #a6bafd;
/* Tailwind (arbitrary) */
class="text-[#a6bafd] bg-[#a6bafd]"
/* SCSS */
$brand: #a6bafd;
/* SwiftUI */
Color(red: 0.651, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#a6bafd")Accessibility — WCAG contrast
Aa
#a6bafd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6bafd on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green72.9%
Blue99.2%
CMYK percentages
Cyan34.4%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#a6bafd text on a black background
contrast 11.06:1
Card sample
#a6bafd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6bafd;
Background color
Panel with #a6bafd background
background-color: #a6bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6bafd; background: linear-gradient(135deg, #a6bafd, #CCA6FD);