#a8dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
168, 219, 235
HSL
194°, 63%, 79%
CMYK
29, 7, 0, 8
Luminance
0.6499
Every format
| HEX | #a8dbeb |
| RGB | rgb(168, 219, 235) |
| HSL | hsl(194, 63%, 79%) |
| CMYK | cmyk(29%, 7%, 0%, 8%) |
| LAB | lab(84.5 -12.8 -13.2) |
| LCH | lch(84.5 18.3 225.9) |
| OKLCH | oklch(0.861 0.057 219.0) |
Copy-ready code
/* CSS */
color: #a8dbeb;
background-color: #a8dbeb;
/* Tailwind (arbitrary) */
class="text-[#a8dbeb] bg-[#a8dbeb]"
/* SCSS */
$brand: #a8dbeb;
/* SwiftUI */
Color(red: 0.659, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#a8dbeb")Accessibility — WCAG contrast
Aa
#a8dbeb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8dbeb on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green85.9%
Blue92.2%
CMYK percentages
Cyan28.5%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#a8dbeb text on a black background
contrast 14.00:1
Card sample
#a8dbeb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8dbeb;
Background color
Panel with #a8dbeb background
background-color: #a8dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8dbeb; background: linear-gradient(135deg, #a8dbeb, #A8AEEB);