#a9ebdb
a light, vivid cyan · cool · closest name: turquoise
RGB
169, 235, 219
HSL
166°, 62%, 79%
CMYK
28, 0, 7, 8
Luminance
0.7297
Every format
| HEX | #a9ebdb |
| RGB | rgb(169, 235, 219) |
| HSL | hsl(166, 62%, 79%) |
| CMYK | cmyk(28%, 0%, 7%, 8%) |
| LAB | lab(88.4 -24.0 1.1) |
| LCH | lch(88.4 24.0 177.3) |
| OKLCH | oklch(0.891 0.070 177.9) |
Copy-ready code
/* CSS */
color: #a9ebdb;
background-color: #a9ebdb;
/* Tailwind (arbitrary) */
class="text-[#a9ebdb] bg-[#a9ebdb]"
/* SCSS */
$brand: #a9ebdb;
/* SwiftUI */
Color(red: 0.663, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#a9ebdb")Accessibility — WCAG contrast
Aa
#a9ebdb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9ebdb on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green92.2%
Blue85.9%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow6.8%
Key (black)7.8%
Color previews
#a9ebdb text on a black background
contrast 15.59:1
Card sample
#a9ebdb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9ebdb;
Background color
Panel with #a9ebdb background
background-color: #a9ebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9ebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9ebdb; background: linear-gradient(135deg, #a9ebdb, #A9CFEB);