#a2fafd
a light, electric cyan · cool · closest name: skyblue
RGB
162, 250, 253
HSL
182°, 96%, 81%
CMYK
36, 1, 0, 1
Luminance
0.8314
Every format
| HEX | #a2fafd |
| RGB | rgb(162, 250, 253) |
| HSL | hsl(182, 96%, 81%) |
| CMYK | cmyk(36%, 1%, 0%, 1%) |
| LAB | lab(93.1 -25.6 -9.8) |
| LCH | lch(93.1 27.4 201.0) |
| OKLCH | oklch(0.931 0.085 198.6) |
Copy-ready code
/* CSS */
color: #a2fafd;
background-color: #a2fafd;
/* Tailwind (arbitrary) */
class="text-[#a2fafd] bg-[#a2fafd]"
/* SCSS */
$brand: #a2fafd;
/* SwiftUI */
Color(red: 0.635, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#a2fafd")Accessibility — WCAG contrast
Aa
#a2fafd on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fafd on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green98.0%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#a2fafd text on a black background
contrast 17.63:1
Card sample
#a2fafd text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fafd;
Background color
Panel with #a2fafd background
background-color: #a2fafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fafd; background: linear-gradient(135deg, #a2fafd, #A2BDFD);