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