#abdcda
a light, soft cyan · cool · closest name: skyblue
RGB
171, 220, 218
HSL
178°, 41%, 77%
CMYK
22, 0, 1, 14
Luminance
0.6491
Every format
| HEX | #abdcda |
| RGB | rgb(171, 220, 218) |
| HSL | hsl(178, 41%, 77%) |
| CMYK | cmyk(22%, 0%, 1%, 14%) |
| LAB | lab(84.4 -16.1 -4.2) |
| LCH | lch(84.4 16.7 194.6) |
| OKLCH | oklch(0.860 0.051 193.1) |
Copy-ready code
/* CSS */
color: #abdcda;
background-color: #abdcda;
/* Tailwind (arbitrary) */
class="text-[#abdcda] bg-[#abdcda]"
/* SCSS */
$brand: #abdcda;
/* SwiftUI */
Color(red: 0.671, green: 0.863, blue: 0.855)
/* Android */
Color.parseColor("#abdcda")Accessibility — WCAG contrast
Aa
#abdcda on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdcda on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.3%
Blue85.5%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow0.9%
Key (black)13.7%
Color previews
#abdcda text on a black background
contrast 13.98:1
Card sample
#abdcda text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdcda;
Background color
Panel with #abdcda background
background-color: #abdcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 220, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 220, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdcda; background: linear-gradient(135deg, #abdcda, #ABBDDC);