#abdcd4
a light, soft cyan · cool · closest name: silver
RGB
171, 220, 212
HSL
170°, 41%, 77%
CMYK
22, 0, 4, 14
Luminance
0.6460
Every format
| HEX | #abdcd4 |
| RGB | rgb(171, 220, 212) |
| HSL | hsl(170, 41%, 77%) |
| CMYK | cmyk(22%, 0%, 4%, 14%) |
| LAB | lab(84.3 -17.4 -1.3) |
| LCH | lch(84.3 17.5 184.1) |
| OKLCH | oklch(0.858 0.052 184.0) |
Copy-ready code
/* CSS */
color: #abdcd4;
background-color: #abdcd4;
/* Tailwind (arbitrary) */
class="text-[#abdcd4] bg-[#abdcd4]"
/* SCSS */
$brand: #abdcd4;
/* SwiftUI */
Color(red: 0.671, green: 0.863, blue: 0.831)
/* Android */
Color.parseColor("#abdcd4")Accessibility — WCAG contrast
Aa
#abdcd4 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdcd4 on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green86.3%
Blue83.1%
CMYK percentages
Cyan22.3%
Magenta0.0%
Yellow3.6%
Key (black)13.7%
Color previews
#abdcd4 text on a black background
contrast 13.92:1
Card sample
#abdcd4 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdcd4;
Background color
Panel with #abdcd4 background
background-color: #abdcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 220, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 220, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdcd4; background: linear-gradient(135deg, #abdcd4, #ABC3DC);