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