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