#a5faff
a light, electric cyan · cool · closest name: skyblue
RGB
165, 250, 255
HSL
183°, 100%, 82%
CMYK
35, 2, 0, 0
Luminance
0.8359
Every format
| HEX | #a5faff |
| RGB | rgb(165, 250, 255) |
| HSL | hsl(183, 100%, 82%) |
| CMYK | cmyk(35%, 2%, 0%, 0%) |
| LAB | lab(93.3 -24.4 -10.5) |
| LCH | lch(93.3 26.5 203.4) |
| OKLCH | oklch(0.933 0.082 200.6) |
Copy-ready code
/* CSS */
color: #a5faff;
background-color: #a5faff;
/* Tailwind (arbitrary) */
class="text-[#a5faff] bg-[#a5faff]"
/* SCSS */
$brand: #a5faff;
/* SwiftUI */
Color(red: 0.647, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#a5faff")Accessibility — WCAG contrast
Aa
#a5faff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5faff on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green98.0%
Blue100.0%
CMYK percentages
Cyan35.3%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#a5faff text on a black background
contrast 17.72:1
Card sample
#a5faff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5faff;
Background color
Panel with #a5faff background
background-color: #a5faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5faff; background: linear-gradient(135deg, #a5faff, #A5BEFF);