#a6ebff
a light, electric cyan · cool · closest name: skyblue
RGB
166, 235, 255
HSL
194°, 100%, 83%
CMYK
35, 8, 0, 0
Luminance
0.7474
Every format
| HEX | #a6ebff |
| RGB | rgb(166, 235, 255) |
| HSL | hsl(194, 100%, 83%) |
| CMYK | cmyk(35%, 8%, 0%, 0%) |
| LAB | lab(89.3 -16.7 -16.5) |
| LCH | lch(89.3 23.5 224.7) |
| OKLCH | oklch(0.901 0.074 217.8) |
Copy-ready code
/* CSS */
color: #a6ebff;
background-color: #a6ebff;
/* Tailwind (arbitrary) */
class="text-[#a6ebff] bg-[#a6ebff]"
/* SCSS */
$brand: #a6ebff;
/* SwiftUI */
Color(red: 0.651, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#a6ebff")Accessibility — WCAG contrast
Aa
#a6ebff on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6ebff on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green92.2%
Blue100.0%
CMYK percentages
Cyan34.9%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#a6ebff text on a black background
contrast 15.95:1
Card sample
#a6ebff text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6ebff;
Background color
Panel with #a6ebff background
background-color: #a6ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6ebff; background: linear-gradient(135deg, #a6ebff, #A6AFFF);