#a5cefd
a light, electric blue · cool · closest name: skyblue
RGB
165, 206, 253
HSL
212°, 96%, 82%
CMYK
35, 19, 0, 1
Luminance
0.5923
Every format
| HEX | #a5cefd |
| RGB | rgb(165, 206, 253) |
| HSL | hsl(212, 96%, 82%) |
| CMYK | cmyk(35%, 19%, 0%, 1%) |
| LAB | lab(81.4 -2.5 -27.4) |
| LCH | lch(81.4 27.5 264.9) |
| OKLCH | oklch(0.839 0.079 252.2) |
Copy-ready code
/* CSS */
color: #a5cefd;
background-color: #a5cefd;
/* Tailwind (arbitrary) */
class="text-[#a5cefd] bg-[#a5cefd]"
/* SCSS */
$brand: #a5cefd;
/* SwiftUI */
Color(red: 0.647, green: 0.808, blue: 0.992)
/* Android */
Color.parseColor("#a5cefd")Accessibility — WCAG contrast
Aa
#a5cefd on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5cefd on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green80.8%
Blue99.2%
CMYK percentages
Cyan34.8%
Magenta18.6%
Yellow0.0%
Key (black)0.8%
Color previews
#a5cefd text on a black background
contrast 12.85:1
Card sample
#a5cefd text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5cefd;
Background color
Panel with #a5cefd background
background-color: #a5cefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5cefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 206, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 206, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5cefd; background: linear-gradient(135deg, #a5cefd, #B7A5FD);