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