Silver
#ADD6DC
CyanColor Codes
All color formats for development
HEX
#ADD6DCRGB
rgb(173, 214, 220)HSL
hsl(188, 40%, 77%)OKLCH
oklch(0.849 0.044 207.3)CMYK
cmyk(21%, 3%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91C8D0
2#76BAC4
3#5AACB8
4#4798A5
5#3B7F89
6#2F666E
7#234C52
8#183337
9#0C191B
Tints
Lighter variations
1#B5DADF
2#BDDEE3
3#C6E2E6
4#CEE6EA
5#D6EAED
6#DEEEF1
7#E6F3F4
8#EFF7F8
9#F7FBFB
Tones
Muted variations
1#AFD4D9
2#B2D2D7
3#B4D0D5
4#B6CFD2
5#B9CDD0
6#BBCBCE
7#BDCACB
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 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E8 #D1E8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD6 #ADD6DC | BordersInactive statesPlaceholder text |
| 400 | 82C0 #82C0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EAE #5EAEBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4391 #43919D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3673 #36737D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2652 #265259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1835 #183539 | Primary textHigh emphasis contentDark headings |
| 950 | 0F21 #0F2124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4FAFA;
--silver-100: #E6F2F4;
--silver-200: #D1E8EB;
--silver-300: #ADD6DC;
--silver-400: #82C0C9;
--silver-500: #5EAEBA;
--silver-600: #43919D;
--silver-700: #36737D;
--silver-800: #265259;
--silver-900: #183539;
--silver-950: #0F2124;
}