#a5dfec
a light, vivid cyan · cool · closest name: skyblue
RGB
165, 223, 236
HSL
191°, 65%, 79%
CMYK
30, 6, 0, 8
Luminance
0.6683
Every format
| HEX | #a5dfec |
| RGB | rgb(165, 223, 236) |
| HSL | hsl(191, 65%, 79%) |
| CMYK | cmyk(30%, 6%, 0%, 8%) |
| LAB | lab(85.4 -15.4 -12.3) |
| LCH | lch(85.4 19.7 218.6) |
| OKLCH | oklch(0.868 0.062 213.0) |
Copy-ready code
/* CSS */
color: #a5dfec;
background-color: #a5dfec;
/* Tailwind (arbitrary) */
class="text-[#a5dfec] bg-[#a5dfec]"
/* SCSS */
$brand: #a5dfec;
/* SwiftUI */
Color(red: 0.647, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#a5dfec")Accessibility — WCAG contrast
Aa
#a5dfec on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5dfec on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green87.5%
Blue92.5%
CMYK percentages
Cyan30.1%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#a5dfec text on a black background
contrast 14.37:1
Card sample
#a5dfec text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5dfec;
Background color
Panel with #a5dfec background
background-color: #a5dfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5dfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5dfec; background: linear-gradient(135deg, #a5dfec, #A5B0EC);