#a5d3ff
a light, electric blue · cool · closest name: skyblue
RGB
165, 211, 255
HSL
209°, 100%, 82%
CMYK
35, 17, 0, 0
Luminance
0.6181
Every format
| HEX | #a5d3ff |
| RGB | rgb(165, 211, 255) |
| HSL | hsl(209, 100%, 82%) |
| CMYK | cmyk(35%, 17%, 0%, 0%) |
| LAB | lab(82.8 -4.6 -26.3) |
| LCH | lch(82.8 26.7 260.1) |
| OKLCH | oklch(0.850 0.078 247.6) |
Copy-ready code
/* CSS */
color: #a5d3ff;
background-color: #a5d3ff;
/* Tailwind (arbitrary) */
class="text-[#a5d3ff] bg-[#a5d3ff]"
/* SCSS */
$brand: #a5d3ff;
/* SwiftUI */
Color(red: 0.647, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#a5d3ff")Accessibility — WCAG contrast
Aa
#a5d3ff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5d3ff on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green82.7%
Blue100.0%
CMYK percentages
Cyan35.3%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#a5d3ff text on a black background
contrast 13.36:1
Card sample
#a5d3ff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5d3ff;
Background color
Panel with #a5d3ff background
background-color: #a5d3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5d3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5d3ff; background: linear-gradient(135deg, #a5d3ff, #B3A5FF);