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