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