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