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