#a2edf6
a light, electric cyan · cool · closest name: skyblue
RGB
162, 237, 246
HSL
186°, 82%, 80%
CMYK
34, 4, 0, 4
Luminance
0.7490
Every format
| HEX | #a2edf6 |
| RGB | rgb(162, 237, 246) |
| HSL | hsl(186, 82%, 80%) |
| CMYK | cmyk(34%, 4%, 0%, 4%) |
| LAB | lab(89.3 -20.9 -11.7) |
| LCH | lch(89.3 23.9 209.3) |
| OKLCH | oklch(0.900 0.075 205.4) |
Copy-ready code
/* CSS */
color: #a2edf6;
background-color: #a2edf6;
/* Tailwind (arbitrary) */
class="text-[#a2edf6] bg-[#a2edf6]"
/* SCSS */
$brand: #a2edf6;
/* SwiftUI */
Color(red: 0.635, green: 0.929, blue: 0.965)
/* Android */
Color.parseColor("#a2edf6")Accessibility — WCAG contrast
Aa
#a2edf6 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2edf6 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.9%
Blue96.5%
CMYK percentages
Cyan34.1%
Magenta3.7%
Yellow0.0%
Key (black)3.5%
Color previews
#a2edf6 text on a black background
contrast 15.98:1
Card sample
#a2edf6 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2edf6;
Background color
Panel with #a2edf6 background
background-color: #a2edf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2edf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 237, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 237, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2edf6; background: linear-gradient(135deg, #a2edf6, #A2B5F6);