#a8f8ff
a light, electric cyan · cool · closest name: skyblue
RGB
168, 248, 255
HSL
185°, 100%, 83%
CMYK
34, 3, 0, 0
Luminance
0.8268
Every format
| HEX | #a8f8ff |
| RGB | rgb(168, 248, 255) |
| HSL | hsl(185, 100%, 83%) |
| CMYK | cmyk(34%, 3%, 0%, 0%) |
| LAB | lab(92.9 -22.6 -11.1) |
| LCH | lch(92.9 25.2 206.2) |
| OKLCH | oklch(0.930 0.078 202.9) |
Copy-ready code
/* CSS */
color: #a8f8ff;
background-color: #a8f8ff;
/* Tailwind (arbitrary) */
class="text-[#a8f8ff] bg-[#a8f8ff]"
/* SCSS */
$brand: #a8f8ff;
/* SwiftUI */
Color(red: 0.659, green: 0.973, blue: 1.000)
/* Android */
Color.parseColor("#a8f8ff")Accessibility — WCAG contrast
Aa
#a8f8ff on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8f8ff on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green97.3%
Blue100.0%
CMYK percentages
Cyan34.1%
Magenta2.7%
Yellow0.0%
Key (black)0.0%
Color previews
#a8f8ff text on a black background
contrast 17.54:1
Card sample
#a8f8ff text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8f8ff;
Background color
Panel with #a8f8ff background
background-color: #a8f8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8f8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 248, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 248, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8f8ff; background: linear-gradient(135deg, #a8f8ff, #A8BEFF);