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