#a2e2df
a light, vivid cyan · cool · closest name: skyblue
RGB
162, 226, 223
HSL
177°, 53%, 76%
CMYK
28, 0, 1, 11
Luminance
0.6740
Every format
| HEX | #a2e2df |
| RGB | rgb(162, 226, 223) |
| HSL | hsl(177, 53%, 76%) |
| CMYK | cmyk(28%, 0%, 1%, 11%) |
| LAB | lab(85.7 -20.7 -5.0) |
| LCH | lch(85.7 21.3 193.7) |
| OKLCH | oklch(0.869 0.065 192.4) |
Copy-ready code
/* CSS */
color: #a2e2df;
background-color: #a2e2df;
/* Tailwind (arbitrary) */
class="text-[#a2e2df] bg-[#a2e2df]"
/* SCSS */
$brand: #a2e2df;
/* SwiftUI */
Color(red: 0.635, green: 0.886, blue: 0.875)
/* Android */
Color.parseColor("#a2e2df")Accessibility — WCAG contrast
Aa
#a2e2df on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e2df on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green88.6%
Blue87.5%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow1.3%
Key (black)11.4%
Color previews
#a2e2df text on a black background
contrast 14.48:1
Card sample
#a2e2df text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e2df;
Background color
Panel with #a2e2df background
background-color: #a2e2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 226, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 226, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e2df; background: linear-gradient(135deg, #a2e2df, #A2BAE2);