#a8dfec
a light, vivid cyan · cool · closest name: skyblue
RGB
168, 223, 236
HSL
192°, 64%, 79%
CMYK
29, 6, 0, 8
Luminance
0.6716
Every format
| HEX | #a8dfec |
| RGB | rgb(168, 223, 236) |
| HSL | hsl(192, 64%, 79%) |
| CMYK | cmyk(29%, 6%, 0%, 8%) |
| LAB | lab(85.6 -14.6 -12.0) |
| LCH | lch(85.6 18.9 219.6) |
| OKLCH | oklch(0.870 0.059 213.9) |
Copy-ready code
/* CSS */
color: #a8dfec;
background-color: #a8dfec;
/* Tailwind (arbitrary) */
class="text-[#a8dfec] bg-[#a8dfec]"
/* SCSS */
$brand: #a8dfec;
/* SwiftUI */
Color(red: 0.659, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#a8dfec")Accessibility — WCAG contrast
Aa
#a8dfec on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8dfec on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green87.5%
Blue92.5%
CMYK percentages
Cyan28.8%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#a8dfec text on a black background
contrast 14.43:1
Card sample
#a8dfec text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8dfec;
Background color
Panel with #a8dfec background
background-color: #a8dfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8dfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8dfec; background: linear-gradient(135deg, #a8dfec, #A8B2EC);