#a2ecfd
a light, electric cyan · cool · closest name: skyblue
RGB
162, 236, 253
HSL
191°, 96%, 81%
CMYK
36, 7, 0, 1
Luminance
0.7476
Every format
| HEX | #a2ecfd |
| RGB | rgb(162, 236, 253) |
| HSL | hsl(191, 96%, 81%) |
| CMYK | cmyk(36%, 7%, 0%, 1%) |
| LAB | lab(89.3 -18.7 -15.5) |
| LCH | lch(89.3 24.3 219.6) |
| OKLCH | oklch(0.900 0.076 213.7) |
Copy-ready code
/* CSS */
color: #a2ecfd;
background-color: #a2ecfd;
/* Tailwind (arbitrary) */
class="text-[#a2ecfd] bg-[#a2ecfd]"
/* SCSS */
$brand: #a2ecfd;
/* SwiftUI */
Color(red: 0.635, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#a2ecfd")Accessibility — WCAG contrast
Aa
#a2ecfd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ecfd on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.5%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#a2ecfd text on a black background
contrast 15.95:1
Card sample
#a2ecfd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ecfd;
Background color
Panel with #a2ecfd background
background-color: #a2ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ecfd; background: linear-gradient(135deg, #a2ecfd, #A2AFFD);