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