#a2e9da
a light, vivid cyan · cool · closest name: turquoise
RGB
162, 233, 218
HSL
167°, 62%, 78%
CMYK
31, 0, 6, 9
Luminance
0.7102
Every format
| HEX | #a2e9da |
| RGB | rgb(162, 233, 218) |
| HSL | hsl(167, 62%, 78%) |
| CMYK | cmyk(31%, 0%, 6%, 9%) |
| LAB | lab(87.5 -25.2 0.2) |
| LCH | lch(87.5 25.2 179.5) |
| OKLCH | oklch(0.883 0.074 179.9) |
Copy-ready code
/* CSS */
color: #a2e9da;
background-color: #a2e9da;
/* Tailwind (arbitrary) */
class="text-[#a2e9da] bg-[#a2e9da]"
/* SCSS */
$brand: #a2e9da;
/* SwiftUI */
Color(red: 0.635, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#a2e9da")Accessibility — WCAG contrast
Aa
#a2e9da on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e9da on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green91.4%
Blue85.5%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#a2e9da text on a black background
contrast 15.20:1
Card sample
#a2e9da text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e9da;
Background color
Panel with #a2e9da background
background-color: #a2e9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e9da; background: linear-gradient(135deg, #a2e9da, #A2C9E9);