#a8c3ff
a light, electric blue · cool · closest name: skyblue
RGB
168, 195, 255
HSL
221°, 100%, 83%
CMYK
34, 24, 0, 0
Luminance
0.5458
Every format
| HEX | #a8c3ff |
| RGB | rgb(168, 195, 255) |
| HSL | hsl(221, 100%, 83%) |
| CMYK | cmyk(34%, 24%, 0%, 0%) |
| LAB | lab(78.8 4.8 -32.4) |
| LCH | lch(78.8 32.8 278.4) |
| OKLCH | oklch(0.819 0.090 265.7) |
Copy-ready code
/* CSS */
color: #a8c3ff;
background-color: #a8c3ff;
/* Tailwind (arbitrary) */
class="text-[#a8c3ff] bg-[#a8c3ff]"
/* SCSS */
$brand: #a8c3ff;
/* SwiftUI */
Color(red: 0.659, green: 0.765, blue: 1.000)
/* Android */
Color.parseColor("#a8c3ff")Accessibility — WCAG contrast
Aa
#a8c3ff on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8c3ff on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green76.5%
Blue100.0%
CMYK percentages
Cyan34.1%
Magenta23.5%
Yellow0.0%
Key (black)0.0%
Color previews
#a8c3ff text on a black background
contrast 11.92:1
Card sample
#a8c3ff text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8c3ff;
Background color
Panel with #a8c3ff background
background-color: #a8c3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8c3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 195, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 195, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8c3ff; background: linear-gradient(135deg, #a8c3ff, #C7A8FF);