#a1faff
a light, electric cyan · cool · closest name: skyblue
RGB
161, 250, 255
HSL
183°, 100%, 82%
CMYK
37, 2, 0, 0
Luminance
0.8317
Every format
| HEX | #a1faff |
| RGB | rgb(161, 250, 255) |
| HSL | hsl(183, 100%, 82%) |
| CMYK | cmyk(37%, 2%, 0%, 0%) |
| LAB | lab(93.1 -25.4 -10.8) |
| LCH | lch(93.1 27.6 203.1) |
| OKLCH | oklch(0.931 0.086 200.3) |
Copy-ready code
/* CSS */
color: #a1faff;
background-color: #a1faff;
/* Tailwind (arbitrary) */
class="text-[#a1faff] bg-[#a1faff]"
/* SCSS */
$brand: #a1faff;
/* SwiftUI */
Color(red: 0.631, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#a1faff")Accessibility — WCAG contrast
Aa
#a1faff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1faff on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green98.0%
Blue100.0%
CMYK percentages
Cyan36.9%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#a1faff text on a black background
contrast 17.63:1
Card sample
#a1faff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1faff;
Background color
Panel with #a1faff background
background-color: #a1faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1faff; background: linear-gradient(135deg, #a1faff, #A1BBFF);