#a5ebda
a light, vivid cyan · cool · closest name: turquoise
RGB
165, 235, 218
HSL
165°, 64%, 78%
CMYK
30, 0, 7, 8
Luminance
0.7248
Every format
| HEX | #a5ebda |
| RGB | rgb(165, 235, 218) |
| HSL | hsl(165, 64%, 78%) |
| CMYK | cmyk(30%, 0%, 7%, 8%) |
| LAB | lab(88.2 -25.3 1.3) |
| LCH | lch(88.2 25.4 177.1) |
| OKLCH | oklch(0.889 0.074 177.7) |
Copy-ready code
/* CSS */
color: #a5ebda;
background-color: #a5ebda;
/* Tailwind (arbitrary) */
class="text-[#a5ebda] bg-[#a5ebda]"
/* SCSS */
$brand: #a5ebda;
/* SwiftUI */
Color(red: 0.647, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#a5ebda")Accessibility — WCAG contrast
Aa
#a5ebda on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5ebda on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green92.2%
Blue85.5%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#a5ebda text on a black background
contrast 15.50:1
Card sample
#a5ebda text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5ebda;
Background color
Panel with #a5ebda background
background-color: #a5ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5ebda; background: linear-gradient(135deg, #a5ebda, #A5CDEB);