#a1cdf2
a light, electric blue · cool · closest name: skyblue
RGB
161, 205, 242
HSL
207°, 76%, 79%
CMYK
34, 15, 0, 5
Luminance
0.5765
Every format
| HEX | #a1cdf2 |
| RGB | rgb(161, 205, 242) |
| HSL | hsl(207, 76%, 79%) |
| CMYK | cmyk(34%, 15%, 0%, 5%) |
| LAB | lab(80.5 -5.8 -22.9) |
| LCH | lch(80.5 23.6 255.9) |
| OKLCH | oklch(0.830 0.070 244.1) |
Copy-ready code
/* CSS */
color: #a1cdf2;
background-color: #a1cdf2;
/* Tailwind (arbitrary) */
class="text-[#a1cdf2] bg-[#a1cdf2]"
/* SCSS */
$brand: #a1cdf2;
/* SwiftUI */
Color(red: 0.631, green: 0.804, blue: 0.949)
/* Android */
Color.parseColor("#a1cdf2")Accessibility — WCAG contrast
Aa
#a1cdf2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1cdf2 on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green80.4%
Blue94.9%
CMYK percentages
Cyan33.5%
Magenta15.3%
Yellow0.0%
Key (black)5.1%
Color previews
#a1cdf2 text on a black background
contrast 12.53:1
Card sample
#a1cdf2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1cdf2;
Background color
Panel with #a1cdf2 background
background-color: #a1cdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1cdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 205, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 205, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1cdf2; background: linear-gradient(135deg, #a1cdf2, #ABA1F2);