#a4bdfd
a light, electric blue · cool · closest name: skyblue
RGB
164, 189, 253
HSL
223°, 96%, 82%
CMYK
35, 25, 0, 1
Luminance
0.5138
Every format
| HEX | #a4bdfd |
| RGB | rgb(164, 189, 253) |
| HSL | hsl(223, 96%, 82%) |
| CMYK | cmyk(35%, 25%, 0%, 1%) |
| LAB | lab(76.9 6.5 -34.3) |
| LCH | lch(76.9 34.9 280.6) |
| OKLCH | oklch(0.803 0.095 267.8) |
Copy-ready code
/* CSS */
color: #a4bdfd;
background-color: #a4bdfd;
/* Tailwind (arbitrary) */
class="text-[#a4bdfd] bg-[#a4bdfd]"
/* SCSS */
$brand: #a4bdfd;
/* SwiftUI */
Color(red: 0.643, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#a4bdfd")Accessibility — WCAG contrast
Aa
#a4bdfd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4bdfd on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green74.1%
Blue99.2%
CMYK percentages
Cyan35.2%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#a4bdfd text on a black background
contrast 11.28:1
Card sample
#a4bdfd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4bdfd;
Background color
Panel with #a4bdfd background
background-color: #a4bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4bdfd; background: linear-gradient(135deg, #a4bdfd, #C6A4FD);