Silver
#ADD2DB
CyanColor Codes
All color formats for development
HEX
#ADD2DBRGB
rgb(173, 210, 219)HSL
hsl(192, 39%, 77%)OKLCH
oklch(0.84 0.041 214.1)CMYK
cmyk(21%, 4%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92C3CF
2#77B4C3
3#5CA5B7
4#4891A4
5#3C7988
6#30616D
7#244952
8#183037
9#0C181B
Tints
Lighter variations
1#B6D7DF
2#BEDBE2
3#C6E0E6
4#CEE4EA
5#D6E9ED
6#DEEDF1
7#E7F2F4
8#EFF6F8
9#F7FBFB
Tones
Muted variations
1#B0D1D9
2#B2CFD7
3#B4CED4
4#B7CDD2
5#B9CBD0
6#BBCACD
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 | D1E6 #D1E6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD2 #ADD2DB | BordersInactive statesPlaceholder text |
| 400 | 83BB #83BBC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA7 #5FA7B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448A #448A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366E #366E7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274F #274F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1932 #193239 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F9FA;
--silver-100: #E6F1F4;
--silver-200: #D1E6EB;
--silver-300: #ADD2DB;
--silver-400: #83BBC9;
--silver-500: #5FA7B9;
--silver-600: #448A9C;
--silver-700: #366E7C;
--silver-800: #274F59;
--silver-900: #193239;
--silver-950: #101F23;
}