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