#a2eefd
a light, electric cyan · cool · closest name: skyblue
RGB
162, 238, 253
HSL
190°, 96%, 81%
CMYK
36, 6, 0, 1
Luminance
0.7592
Every format
| HEX | #a2eefd |
| RGB | rgb(162, 238, 253) |
| HSL | hsl(190, 96%, 81%) |
| CMYK | cmyk(36%, 6%, 0%, 1%) |
| LAB | lab(89.8 -19.7 -14.7) |
| LCH | lch(89.8 24.6 216.6) |
| OKLCH | oklch(0.905 0.077 211.3) |
Copy-ready code
/* CSS */
color: #a2eefd;
background-color: #a2eefd;
/* Tailwind (arbitrary) */
class="text-[#a2eefd] bg-[#a2eefd]"
/* SCSS */
$brand: #a2eefd;
/* SwiftUI */
Color(red: 0.635, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#a2eefd")Accessibility — WCAG contrast
Aa
#a2eefd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2eefd on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green93.3%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#a2eefd text on a black background
contrast 16.18:1
Card sample
#a2eefd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2eefd;
Background color
Panel with #a2eefd background
background-color: #a2eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2eefd; background: linear-gradient(135deg, #a2eefd, #A2B1FD);