#a4dbfd
a light, electric blue · cool · closest name: skyblue
RGB
164, 219, 253
HSL
203°, 96%, 82%
CMYK
35, 13, 0, 1
Luminance
0.6565
Every format
| HEX | #a4dbfd |
| RGB | rgb(164, 219, 253) |
| HSL | hsl(203, 96%, 82%) |
| CMYK | cmyk(35%, 13%, 0%, 1%) |
| LAB | lab(84.8 -9.6 -22.2) |
| LCH | lch(84.8 24.2 246.7) |
| OKLCH | oklch(0.865 0.074 235.9) |
Copy-ready code
/* CSS */
color: #a4dbfd;
background-color: #a4dbfd;
/* Tailwind (arbitrary) */
class="text-[#a4dbfd] bg-[#a4dbfd]"
/* SCSS */
$brand: #a4dbfd;
/* SwiftUI */
Color(red: 0.643, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#a4dbfd")Accessibility — WCAG contrast
Aa
#a4dbfd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4dbfd on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green85.9%
Blue99.2%
CMYK percentages
Cyan35.2%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#a4dbfd text on a black background
contrast 14.13:1
Card sample
#a4dbfd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4dbfd;
Background color
Panel with #a4dbfd background
background-color: #a4dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4dbfd; background: linear-gradient(135deg, #a4dbfd, #A8A4FD);