#a9ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
169, 235, 223
HSL
169°, 62%, 79%
CMYK
28, 0, 5, 8
Luminance
0.7318
Every format
| HEX | #a9ebdf |
| RGB | rgb(169, 235, 223) |
| HSL | hsl(169, 62%, 79%) |
| CMYK | cmyk(28%, 0%, 5%, 8%) |
| LAB | lab(88.5 -23.1 -0.8) |
| LCH | lch(88.5 23.1 182.1) |
| OKLCH | oklch(0.893 0.068 182.2) |
Copy-ready code
/* CSS */
color: #a9ebdf;
background-color: #a9ebdf;
/* Tailwind (arbitrary) */
class="text-[#a9ebdf] bg-[#a9ebdf]"
/* SCSS */
$brand: #a9ebdf;
/* SwiftUI */
Color(red: 0.663, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#a9ebdf")Accessibility — WCAG contrast
Aa
#a9ebdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9ebdf on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green92.2%
Blue87.5%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#a9ebdf text on a black background
contrast 15.64:1
Card sample
#a9ebdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9ebdf;
Background color
Panel with #a9ebdf background
background-color: #a9ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9ebdf; background: linear-gradient(135deg, #a9ebdf, #A9CBEB);