#a4dfff
a light, electric blue · cool · closest name: skyblue
RGB
164, 223, 255
HSL
201°, 100%, 82%
CMYK
36, 13, 0, 0
Luminance
0.6789
Every format
| HEX | #a4dfff |
| RGB | rgb(164, 223, 255) |
| HSL | hsl(201, 100%, 82%) |
| CMYK | cmyk(36%, 13%, 0%, 0%) |
| LAB | lab(86.0 -11.1 -21.5) |
| LCH | lch(86.0 24.2 242.7) |
| OKLCH | oklch(0.874 0.075 232.4) |
Copy-ready code
/* CSS */
color: #a4dfff;
background-color: #a4dfff;
/* Tailwind (arbitrary) */
class="text-[#a4dfff] bg-[#a4dfff]"
/* SCSS */
$brand: #a4dfff;
/* SwiftUI */
Color(red: 0.643, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#a4dfff")Accessibility — WCAG contrast
Aa
#a4dfff on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4dfff on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green87.5%
Blue100.0%
CMYK percentages
Cyan35.7%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#a4dfff text on a black background
contrast 14.58:1
Card sample
#a4dfff text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4dfff;
Background color
Panel with #a4dfff background
background-color: #a4dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4dfff; background: linear-gradient(135deg, #a4dfff, #A6A4FF);