#a2e7eb
a light, vivid cyan · cool · closest name: skyblue
RGB
162, 231, 235
HSL
183°, 65%, 78%
CMYK
31, 2, 0, 8
Luminance
0.7083
Every format
| HEX | #a2e7eb |
| RGB | rgb(162, 231, 235) |
| HSL | hsl(183, 65%, 78%) |
| CMYK | cmyk(31%, 2%, 0%, 8%) |
| LAB | lab(87.4 -20.5 -8.8) |
| LCH | lch(87.4 22.3 203.4) |
| OKLCH | oklch(0.884 0.069 200.5) |
Copy-ready code
/* CSS */
color: #a2e7eb;
background-color: #a2e7eb;
/* Tailwind (arbitrary) */
class="text-[#a2e7eb] bg-[#a2e7eb]"
/* SCSS */
$brand: #a2e7eb;
/* SwiftUI */
Color(red: 0.635, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#a2e7eb")Accessibility — WCAG contrast
Aa
#a2e7eb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e7eb on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green90.6%
Blue92.2%
CMYK percentages
Cyan31.1%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#a2e7eb text on a black background
contrast 15.17:1
Card sample
#a2e7eb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e7eb;
Background color
Panel with #a2e7eb background
background-color: #a2e7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e7eb; background: linear-gradient(135deg, #a2e7eb, #A2B6EB);