#a2eade
a light, vivid cyan · cool · closest name: turquoise
RGB
162, 234, 222
HSL
170°, 63%, 78%
CMYK
31, 0, 5, 8
Luminance
0.7180
Every format
| HEX | #a2eade |
| RGB | rgb(162, 234, 222) |
| HSL | hsl(170, 63%, 78%) |
| CMYK | cmyk(31%, 0%, 5%, 8%) |
| LAB | lab(87.9 -24.8 -1.3) |
| LCH | lch(87.9 24.9 183.0) |
| OKLCH | oklch(0.886 0.074 183.1) |
Copy-ready code
/* CSS */
color: #a2eade;
background-color: #a2eade;
/* Tailwind (arbitrary) */
class="text-[#a2eade] bg-[#a2eade]"
/* SCSS */
$brand: #a2eade;
/* SwiftUI */
Color(red: 0.635, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#a2eade")Accessibility — WCAG contrast
Aa
#a2eade on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2eade on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green91.8%
Blue87.1%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#a2eade text on a black background
contrast 15.36:1
Card sample
#a2eade text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2eade;
Background color
Panel with #a2eade background
background-color: #a2eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2eade; background: linear-gradient(135deg, #a2eade, #A2C6EA);