#a9eade
a light, vivid cyan · cool · closest name: turquoise
RGB
169, 234, 222
HSL
169°, 61%, 79%
CMYK
28, 0, 5, 8
Luminance
0.7255
Every format
| HEX | #a9eade |
| RGB | rgb(169, 234, 222) |
| HSL | hsl(169, 61%, 79%) |
| CMYK | cmyk(28%, 0%, 5%, 8%) |
| LAB | lab(88.2 -22.8 -0.8) |
| LCH | lch(88.2 22.9 181.9) |
| OKLCH | oklch(0.890 0.068 182.0) |
Copy-ready code
/* CSS */
color: #a9eade;
background-color: #a9eade;
/* Tailwind (arbitrary) */
class="text-[#a9eade] bg-[#a9eade]"
/* SCSS */
$brand: #a9eade;
/* SwiftUI */
Color(red: 0.663, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#a9eade")Accessibility — WCAG contrast
Aa
#a9eade on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9eade on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green91.8%
Blue87.1%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#a9eade text on a black background
contrast 15.51:1
Card sample
#a9eade text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9eade;
Background color
Panel with #a9eade background
background-color: #a9eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9eade; background: linear-gradient(135deg, #a9eade, #A9CBEA);