#a8d3ff
a light, electric blue · cool · closest name: skyblue
RGB
168, 211, 255
HSL
210°, 100%, 83%
CMYK
34, 17, 0, 0
Luminance
0.6213
Every format
| HEX | #a8d3ff |
| RGB | rgb(168, 211, 255) |
| HSL | hsl(210, 100%, 83%) |
| CMYK | cmyk(34%, 17%, 0%, 0%) |
| LAB | lab(83.0 -3.8 -26.0) |
| LCH | lch(83.0 26.3 261.7) |
| OKLCH | oklch(0.852 0.077 249.3) |
Copy-ready code
/* CSS */
color: #a8d3ff;
background-color: #a8d3ff;
/* Tailwind (arbitrary) */
class="text-[#a8d3ff] bg-[#a8d3ff]"
/* SCSS */
$brand: #a8d3ff;
/* SwiftUI */
Color(red: 0.659, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#a8d3ff")Accessibility — WCAG contrast
Aa
#a8d3ff on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8d3ff on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green82.7%
Blue100.0%
CMYK percentages
Cyan34.1%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#a8d3ff text on a black background
contrast 13.43:1
Card sample
#a8d3ff text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8d3ff;
Background color
Panel with #a8d3ff background
background-color: #a8d3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8d3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8d3ff; background: linear-gradient(135deg, #a8d3ff, #B7A8FF);