#a2ecdf
a light, vivid cyan · cool · closest name: turquoise
RGB
162, 236, 223
HSL
170°, 66%, 78%
CMYK
31, 0, 6, 8
Luminance
0.7300
Every format
| HEX | #a2ecdf |
| RGB | rgb(162, 236, 223) |
| HSL | hsl(170, 66%, 78%) |
| CMYK | cmyk(31%, 0%, 6%, 8%) |
| LAB | lab(88.5 -25.6 -1.0) |
| LCH | lch(88.5 25.6 182.3) |
| OKLCH | oklch(0.891 0.076 182.3) |
Copy-ready code
/* CSS */
color: #a2ecdf;
background-color: #a2ecdf;
/* Tailwind (arbitrary) */
class="text-[#a2ecdf] bg-[#a2ecdf]"
/* SCSS */
$brand: #a2ecdf;
/* SwiftUI */
Color(red: 0.635, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#a2ecdf")Accessibility — WCAG contrast
Aa
#a2ecdf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ecdf on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.5%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#a2ecdf text on a black background
contrast 15.60:1
Card sample
#a2ecdf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ecdf;
Background color
Panel with #a2ecdf background
background-color: #a2ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ecdf; background: linear-gradient(135deg, #a2ecdf, #A2C8EC);