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