#a8cdf3
a light, electric blue · cool · closest name: skyblue
RGB
168, 205, 243
HSL
210°, 76%, 81%
CMYK
31, 16, 0, 5
Luminance
0.5846
Every format
| HEX | #a8cdf3 |
| RGB | rgb(168, 205, 243) |
| HSL | hsl(210, 76%, 81%) |
| CMYK | cmyk(31%, 16%, 0%, 5%) |
| LAB | lab(81.0 -3.6 -22.7) |
| LCH | lch(81.0 22.9 261.1) |
| OKLCH | oklch(0.835 0.067 249.3) |
Copy-ready code
/* CSS */
color: #a8cdf3;
background-color: #a8cdf3;
/* Tailwind (arbitrary) */
class="text-[#a8cdf3] bg-[#a8cdf3]"
/* SCSS */
$brand: #a8cdf3;
/* SwiftUI */
Color(red: 0.659, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#a8cdf3")Accessibility — WCAG contrast
Aa
#a8cdf3 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8cdf3 on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green80.4%
Blue95.3%
CMYK percentages
Cyan30.9%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#a8cdf3 text on a black background
contrast 12.69:1
Card sample
#a8cdf3 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8cdf3;
Background color
Panel with #a8cdf3 background
background-color: #a8cdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8cdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8cdf3; background: linear-gradient(135deg, #a8cdf3, #B5A8F3);