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