#a8c0ff
a light, electric blue · cool · closest name: skyblue
RGB
168, 192, 255
HSL
223°, 100%, 83%
CMYK
34, 25, 0, 0
Luminance
0.5324
Every format
| HEX | #a8c0ff |
| RGB | rgb(168, 192, 255) |
| HSL | hsl(223, 100%, 83%) |
| CMYK | cmyk(34%, 25%, 0%, 0%) |
| LAB | lab(78.0 6.4 -33.6) |
| LCH | lch(78.0 34.3 280.8) |
| OKLCH | oklch(0.813 0.093 268.2) |
Copy-ready code
/* CSS */
color: #a8c0ff;
background-color: #a8c0ff;
/* Tailwind (arbitrary) */
class="text-[#a8c0ff] bg-[#a8c0ff]"
/* SCSS */
$brand: #a8c0ff;
/* SwiftUI */
Color(red: 0.659, green: 0.753, blue: 1.000)
/* Android */
Color.parseColor("#a8c0ff")Accessibility — WCAG contrast
Aa
#a8c0ff on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8c0ff on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green75.3%
Blue100.0%
CMYK percentages
Cyan34.1%
Magenta24.7%
Yellow0.0%
Key (black)0.0%
Color previews
#a8c0ff text on a black background
contrast 11.65:1
Card sample
#a8c0ff text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8c0ff;
Background color
Panel with #a8c0ff background
background-color: #a8c0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8c0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 192, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 192, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8c0ff; background: linear-gradient(135deg, #a8c0ff, #CAA8FF);