#a5e2ff
a light, electric cyan · cool · closest name: skyblue
RGB
165, 226, 255
HSL
199°, 100%, 82%
CMYK
35, 11, 0, 0
Luminance
0.6961
Every format
| HEX | #a5e2ff |
| RGB | rgb(165, 226, 255) |
| HSL | hsl(199, 100%, 82%) |
| CMYK | cmyk(35%, 11%, 0%, 0%) |
| LAB | lab(86.8 -12.4 -20.2) |
| LCH | lch(86.8 23.7 238.5) |
| OKLCH | oklch(0.881 0.074 229.0) |
Copy-ready code
/* CSS */
color: #a5e2ff;
background-color: #a5e2ff;
/* Tailwind (arbitrary) */
class="text-[#a5e2ff] bg-[#a5e2ff]"
/* SCSS */
$brand: #a5e2ff;
/* SwiftUI */
Color(red: 0.647, green: 0.886, blue: 1.000)
/* Android */
Color.parseColor("#a5e2ff")Accessibility — WCAG contrast
Aa
#a5e2ff on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5e2ff on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green88.6%
Blue100.0%
CMYK percentages
Cyan35.3%
Magenta11.4%
Yellow0.0%
Key (black)0.0%
Color previews
#a5e2ff text on a black background
contrast 14.92:1
Card sample
#a5e2ff text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5e2ff;
Background color
Panel with #a5e2ff background
background-color: #a5e2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5e2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 226, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 226, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5e2ff; background: linear-gradient(135deg, #a5e2ff, #A5A6FF);