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