Silver
#ADD9DC
CyanColor Codes
All color formats for development
HEX
#ADD9DCRGB
rgb(173, 217, 220)HSL
hsl(184, 40%, 77%)OKLCH
oklch(0.855 0.046 201.5)CMYK
cmyk(21%, 1%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#91CCD0
2#76BFC4
3#5AB2B8
4#479FA5
5#3B8489
6#2F6A6E
7#234F52
8#183537
9#0C1A1B
Tints
Lighter variations
1#B5DDDF
2#BDE0E3
3#C6E4E6
4#CEE8EA
5#D6ECED
6#DEF0F1
7#E6F4F4
8#EFF7F8
9#F7FBFB
Tones
Muted variations
1#AFD7D9
2#B2D5D7
3#B4D3D5
4#B6D1D2
5#B9CFD0
6#BBCCCE
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 | ADD9 #ADD9DC | BordersInactive statesPlaceholder text |
| 400 | 82C5 #82C5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5EB4 #5EB4BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4397 #43979D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3678 #36787D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2656 #265659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1837 #183739 | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | 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: #ADD9DC;
--silver-400: #82C5C9;
--silver-500: #5EB4BA;
--silver-600: #43979D;
--silver-700: #36787D;
--silver-800: #265659;
--silver-900: #183739;
--silver-950: #0F2224;
}