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