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