#a2f3fd
a light, electric cyan · cool · closest name: skyblue
RGB
162, 243, 253
HSL
187°, 96%, 81%
CMYK
36, 4, 0, 1
Luminance
0.7887
Every format
| HEX | #a2f3fd |
| RGB | rgb(162, 243, 253) |
| HSL | hsl(187, 96%, 81%) |
| CMYK | cmyk(36%, 4%, 0%, 1%) |
| LAB | lab(91.2 -22.2 -12.6) |
| LCH | lch(91.2 25.5 209.7) |
| OKLCH | oklch(0.915 0.080 205.7) |
Copy-ready code
/* CSS */
color: #a2f3fd;
background-color: #a2f3fd;
/* Tailwind (arbitrary) */
class="text-[#a2f3fd] bg-[#a2f3fd]"
/* SCSS */
$brand: #a2f3fd;
/* SwiftUI */
Color(red: 0.635, green: 0.953, blue: 0.992)
/* Android */
Color.parseColor("#a2f3fd")Accessibility — WCAG contrast
Aa
#a2f3fd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2f3fd on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green95.3%
Blue99.2%
CMYK percentages
Cyan36.0%
Magenta4.0%
Yellow0.0%
Key (black)0.8%
Color previews
#a2f3fd text on a black background
contrast 16.77:1
Card sample
#a2f3fd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2f3fd;
Background color
Panel with #a2f3fd background
background-color: #a2f3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2f3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 243, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 243, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2f3fd; background: linear-gradient(135deg, #a2f3fd, #A2B6FD);