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