Silver
#ADD9DB
CyanColor Codes
All color formats for development
HEX
#ADD9DBRGB
rgb(173, 217, 219)HSL
hsl(183, 39%, 77%)OKLCH
oklch(0.855 0.046 199.8)CMYK
cmyk(21%, 1%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92CCCF
2#77BFC3
3#5CB3B7
4#489FA4
5#3C8588
6#306A6D
7#245052
8#183537
9#0C1B1B
Tints
Lighter variations
1#B6DDDF
2#BEE1E2
3#C6E4E6
4#CEE8EA
5#D6ECED
6#DEF0F1
7#E7F4F4
8#EFF7F8
9#F7FBFB
Tones
Muted variations
1#B0D7D9
2#B2D5D7
3#B4D3D4
4#B7D1D2
5#B9CFD0
6#BBCDCD
7#BDCBCB
8#C0C8C9
9#C2C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD9 #ADD9DB | BordersInactive statesPlaceholder text |
| 400 | 83C5 #83C5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB5 #5FB5B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4498 #44989C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3679 #36797C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2756 #275659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1937 #193739 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4FAFA;
--silver-100: #E6F3F4;
--silver-200: #D1E9EB;
--silver-300: #ADD9DB;
--silver-400: #83C5C9;
--silver-500: #5FB5B9;
--silver-600: #44989C;
--silver-700: #36797C;
--silver-800: #275659;
--silver-900: #193739;
--silver-950: #102223;
}