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