#a5eade
a light, vivid cyan · cool · closest name: turquoise
RGB
165, 234, 222
HSL
170°, 62%, 78%
CMYK
30, 0, 5, 8
Luminance
0.7212
Every format
| HEX | #a5eade |
| RGB | rgb(165, 234, 222) |
| HSL | hsl(170, 62%, 78%) |
| CMYK | cmyk(30%, 0%, 5%, 8%) |
| LAB | lab(88.0 -24.0 -1.1) |
| LCH | lch(88.0 24.0 182.6) |
| OKLCH | oklch(0.888 0.071 182.6) |
Copy-ready code
/* CSS */
color: #a5eade;
background-color: #a5eade;
/* Tailwind (arbitrary) */
class="text-[#a5eade] bg-[#a5eade]"
/* SCSS */
$brand: #a5eade;
/* SwiftUI */
Color(red: 0.647, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#a5eade")Accessibility — WCAG contrast
Aa
#a5eade on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5eade on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green91.8%
Blue87.1%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#a5eade text on a black background
contrast 15.42:1
Card sample
#a5eade text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5eade;
Background color
Panel with #a5eade background
background-color: #a5eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5eade; background: linear-gradient(135deg, #a5eade, #A5C8EA);