#a9e9da
a light, vivid cyan · cool · closest name: turquoise
RGB
169, 233, 218
HSL
166°, 59%, 79%
CMYK
28, 0, 6, 9
Luminance
0.7177
Every format
| HEX | #a9e9da |
| RGB | rgb(169, 233, 218) |
| HSL | hsl(166, 59%, 79%) |
| CMYK | cmyk(28%, 0%, 6%, 9%) |
| LAB | lab(87.9 -23.2 0.8) |
| LCH | lch(87.9 23.2 178.0) |
| OKLCH | oklch(0.887 0.068 178.5) |
Copy-ready code
/* CSS */
color: #a9e9da;
background-color: #a9e9da;
/* Tailwind (arbitrary) */
class="text-[#a9e9da] bg-[#a9e9da]"
/* SCSS */
$brand: #a9e9da;
/* SwiftUI */
Color(red: 0.663, green: 0.914, blue: 0.855)
/* Android */
Color.parseColor("#a9e9da")Accessibility — WCAG contrast
Aa
#a9e9da on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9e9da on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green91.4%
Blue85.5%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow6.4%
Key (black)8.6%
Color previews
#a9e9da text on a black background
contrast 15.35:1
Card sample
#a9e9da text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9e9da;
Background color
Panel with #a9e9da background
background-color: #a9e9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9e9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 233, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 233, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9e9da; background: linear-gradient(135deg, #a9e9da, #A9CDE9);