#a2e2ee
a light, vivid cyan · cool · closest name: skyblue
RGB
162, 226, 238
HSL
190°, 69%, 78%
CMYK
32, 5, 0, 7
Luminance
0.6825
Every format
| HEX | #a2e2ee |
| RGB | rgb(162, 226, 238) |
| HSL | hsl(190, 69%, 78%) |
| CMYK | cmyk(32%, 5%, 0%, 7%) |
| LAB | lab(86.1 -17.3 -12.3) |
| LCH | lch(86.1 21.2 215.5) |
| OKLCH | oklch(0.874 0.066 210.5) |
Copy-ready code
/* CSS */
color: #a2e2ee;
background-color: #a2e2ee;
/* Tailwind (arbitrary) */
class="text-[#a2e2ee] bg-[#a2e2ee]"
/* SCSS */
$brand: #a2e2ee;
/* SwiftUI */
Color(red: 0.635, green: 0.886, blue: 0.933)
/* Android */
Color.parseColor("#a2e2ee")Accessibility — WCAG contrast
Aa
#a2e2ee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e2ee on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green88.6%
Blue93.3%
CMYK percentages
Cyan31.9%
Magenta5.0%
Yellow0.0%
Key (black)6.7%
Color previews
#a2e2ee text on a black background
contrast 14.65:1
Card sample
#a2e2ee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e2ee;
Background color
Panel with #a2e2ee background
background-color: #a2e2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 226, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 226, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e2ee; background: linear-gradient(135deg, #a2e2ee, #A2AFEE);