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