#a5dff4
a light, electric cyan · cool · closest name: skyblue
RGB
165, 223, 244
HSL
196°, 78%, 80%
CMYK
32, 9, 0, 4
Luminance
0.6731
Every format
| HEX | #a5dff4 |
| RGB | rgb(165, 223, 244) |
| HSL | hsl(196, 78%, 80%) |
| CMYK | cmyk(32%, 9%, 0%, 4%) |
| LAB | lab(85.7 -13.5 -16.2) |
| LCH | lch(85.7 21.1 230.1) |
| OKLCH | oklch(0.871 0.066 222.3) |
Copy-ready code
/* CSS */
color: #a5dff4;
background-color: #a5dff4;
/* Tailwind (arbitrary) */
class="text-[#a5dff4] bg-[#a5dff4]"
/* SCSS */
$brand: #a5dff4;
/* SwiftUI */
Color(red: 0.647, green: 0.875, blue: 0.957)
/* Android */
Color.parseColor("#a5dff4")Accessibility — WCAG contrast
Aa
#a5dff4 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5dff4 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green87.5%
Blue95.7%
CMYK percentages
Cyan32.4%
Magenta8.6%
Yellow0.0%
Key (black)4.3%
Color previews
#a5dff4 text on a black background
contrast 14.46:1
Card sample
#a5dff4 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5dff4;
Background color
Panel with #a5dff4 background
background-color: #a5dff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5dff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 223, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 223, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5dff4; background: linear-gradient(135deg, #a5dff4, #A5AAF4);