#a8cdf4
a light, electric blue · cool · closest name: skyblue
RGB
168, 205, 244
HSL
211°, 78%, 81%
CMYK
31, 16, 0, 4
Luminance
0.5852
Every format
| HEX | #a8cdf4 |
| RGB | rgb(168, 205, 244) |
| HSL | hsl(211, 78%, 81%) |
| CMYK | cmyk(31%, 16%, 0%, 4%) |
| LAB | lab(81.0 -3.3 -23.2) |
| LCH | lch(81.0 23.4 261.8) |
| OKLCH | oklch(0.835 0.068 250.0) |
Copy-ready code
/* CSS */
color: #a8cdf4;
background-color: #a8cdf4;
/* Tailwind (arbitrary) */
class="text-[#a8cdf4] bg-[#a8cdf4]"
/* SCSS */
$brand: #a8cdf4;
/* SwiftUI */
Color(red: 0.659, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#a8cdf4")Accessibility — WCAG contrast
Aa
#a8cdf4 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8cdf4 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green80.4%
Blue95.7%
CMYK percentages
Cyan31.1%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#a8cdf4 text on a black background
contrast 12.70:1
Card sample
#a8cdf4 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8cdf4;
Background color
Panel with #a8cdf4 background
background-color: #a8cdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8cdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8cdf4; background: linear-gradient(135deg, #a8cdf4, #B6A8F4);