#a9faff
a light, electric cyan · cool · closest name: skyblue
RGB
169, 250, 255
HSL
184°, 100%, 83%
CMYK
34, 2, 0, 0
Luminance
0.8403
Every format
| HEX | #a9faff |
| RGB | rgb(169, 250, 255) |
| HSL | hsl(184, 100%, 83%) |
| CMYK | cmyk(34%, 2%, 0%, 0%) |
| LAB | lab(93.5 -23.3 -10.2) |
| LCH | lch(93.5 25.5 203.7) |
| OKLCH | oklch(0.935 0.079 200.8) |
Copy-ready code
/* CSS */
color: #a9faff;
background-color: #a9faff;
/* Tailwind (arbitrary) */
class="text-[#a9faff] bg-[#a9faff]"
/* SCSS */
$brand: #a9faff;
/* SwiftUI */
Color(red: 0.663, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#a9faff")Accessibility — WCAG contrast
Aa
#a9faff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9faff on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green98.0%
Blue100.0%
CMYK percentages
Cyan33.7%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#a9faff text on a black background
contrast 17.81:1
Card sample
#a9faff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9faff;
Background color
Panel with #a9faff background
background-color: #a9faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9faff; background: linear-gradient(135deg, #a9faff, #A9C1FF);