Silver
#ADD1DC
CyanColor Codes
All color formats for development
HEX
#ADD1DCRGB
rgb(173, 209, 220)HSL
hsl(194, 40%, 77%)OKLCH
oklch(0.838 0.041 218.3)CMYK
cmyk(21%, 5%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91C1D0
2#76B2C4
3#5AA3B8
4#478FA5
5#3B7789
6#2F5F6E
7#234752
8#183037
9#0C181B
Tints
Lighter variations
1#B5D5DF
2#BDDAE3
3#C6DFE6
4#CEE3EA
5#D6E8ED
6#DEEDF1
7#E6F1F4
8#EFF6F8
9#F7FAFB
Tones
Muted variations
1#AFD0D9
2#B2CED7
3#B4CDD5
4#B6CCD2
5#B9CBD0
6#BBC9CE
7#BDC8CB
8#C0C7C9
9#C2C6C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F1 #E6F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E5 #D1E5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD1 #ADD1DC | BordersInactive statesPlaceholder text |
| 400 | 82B9 #82B9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EA5 #5EA5BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4388 #43889D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366C #366C7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 264D #264D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1832 #183239 | Primary textHigh emphasis contentDark headings |
| 950 | 0F1F #0F1F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F9FA;
--silver-100: #E6F1F4;
--silver-200: #D1E5EB;
--silver-300: #ADD1DC;
--silver-400: #82B9C9;
--silver-500: #5EA5BA;
--silver-600: #43889D;
--silver-700: #366C7D;
--silver-800: #264D59;
--silver-900: #183239;
--silver-950: #0F1F24;
}