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