#a2eeeb
a light, vivid cyan · cool · closest name: skyblue
RGB
162, 238, 235
HSL
178°, 69%, 78%
CMYK
32, 0, 1, 7
Luminance
0.7483
Every format
| HEX | #a2eeeb |
| RGB | rgb(162, 238, 235) |
| HSL | hsl(178, 69%, 78%) |
| CMYK | cmyk(32%, 0%, 1%, 7%) |
| LAB | lab(89.3 -23.9 -6.0) |
| LCH | lch(89.3 24.6 194.1) |
| OKLCH | oklch(0.899 0.075 192.8) |
Copy-ready code
/* CSS */
color: #a2eeeb;
background-color: #a2eeeb;
/* Tailwind (arbitrary) */
class="text-[#a2eeeb] bg-[#a2eeeb]"
/* SCSS */
$brand: #a2eeeb;
/* SwiftUI */
Color(red: 0.635, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#a2eeeb")Accessibility — WCAG contrast
Aa
#a2eeeb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2eeeb on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green93.3%
Blue92.2%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow1.3%
Key (black)6.7%
Color previews
#a2eeeb text on a black background
contrast 15.97:1
Card sample
#a2eeeb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2eeeb;
Background color
Panel with #a2eeeb background
background-color: #a2eeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2eeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2eeeb; background: linear-gradient(135deg, #a2eeeb, #A2BEEE);