#a8ecdf
a light, vivid cyan · cool · closest name: turquoise
RGB
168, 236, 223
HSL
169°, 64%, 79%
CMYK
29, 0, 6, 8
Luminance
0.7364
Every format
| HEX | #a8ecdf |
| RGB | rgb(168, 236, 223) |
| HSL | hsl(169, 64%, 79%) |
| CMYK | cmyk(29%, 0%, 6%, 8%) |
| LAB | lab(88.8 -23.9 -0.5) |
| LCH | lch(88.8 23.9 181.2) |
| OKLCH | oklch(0.894 0.070 181.4) |
Copy-ready code
/* CSS */
color: #a8ecdf;
background-color: #a8ecdf;
/* Tailwind (arbitrary) */
class="text-[#a8ecdf] bg-[#a8ecdf]"
/* SCSS */
$brand: #a8ecdf;
/* SwiftUI */
Color(red: 0.659, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#a8ecdf")Accessibility — WCAG contrast
Aa
#a8ecdf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8ecdf on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green92.5%
Blue87.5%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#a8ecdf text on a black background
contrast 15.73:1
Card sample
#a8ecdf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8ecdf;
Background color
Panel with #a8ecdf background
background-color: #a8ecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8ecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8ecdf; background: linear-gradient(135deg, #a8ecdf, #A8CCEC);