Silver
#ADD8DB
CyanColor Codes
All color formats for development
HEX
#ADD8DBRGB
rgb(173, 216, 219)HSL
hsl(184, 39%, 77%)OKLCH
oklch(0.853 0.045 201.6)CMYK
cmyk(21%, 1%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92CBCF
2#77BEC3
3#5CB1B7
4#489EA4
5#3C8388
6#30696D
7#244F52
8#183537
9#0C1A1B
Tints
Lighter variations
1#B6DCDF
2#BEE0E2
3#C6E4E6
4#CEE8EA
5#D6ECED
6#DEEFF1
7#E7F3F4
8#EFF7F8
9#F7FBFB
Tones
Muted variations
1#B0D6D9
2#B2D4D7
3#B4D2D4
4#B7D0D2
5#B9CED0
6#BBCCCD
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 | E6F3 #E6F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E9 #D1E9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD8 #ADD8DB | BordersInactive statesPlaceholder text |
| 400 | 83C4 #83C4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB3 #5FB3B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4496 #44969C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3677 #36777C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2755 #275559 | 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: #ADD8DB;
--silver-400: #83C4C9;
--silver-500: #5FB3B9;
--silver-600: #44969C;
--silver-700: #36777C;
--silver-800: #275559;
--silver-900: #193739;
--silver-950: #102223;
}