#a2eceb
a light, vivid cyan · cool · closest name: skyblue
RGB
162, 236, 235
HSL
179°, 66%, 78%
CMYK
31, 0, 0, 8
Luminance
0.7367
Every format
| HEX | #a2eceb |
| RGB | rgb(162, 236, 235) |
| HSL | hsl(179, 66%, 78%) |
| CMYK | cmyk(31%, 0%, 0%, 8%) |
| LAB | lab(88.8 -22.9 -6.8) |
| LCH | lch(88.8 23.9 196.6) |
| OKLCH | oklch(0.894 0.073 194.9) |
Copy-ready code
/* CSS */
color: #a2eceb;
background-color: #a2eceb;
/* Tailwind (arbitrary) */
class="text-[#a2eceb] bg-[#a2eceb]"
/* SCSS */
$brand: #a2eceb;
/* SwiftUI */
Color(red: 0.635, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#a2eceb")Accessibility — WCAG contrast
Aa
#a2eceb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2eceb on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#a2eceb text on a black background
contrast 15.73:1
Card sample
#a2eceb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2eceb;
Background color
Panel with #a2eceb background
background-color: #a2eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2eceb; background: linear-gradient(135deg, #a2eceb, #A2BCEC);