Silver
#ADD0DB
CyanColor Codes
All color formats for development
HEX
#ADD0DBRGB
rgb(173, 208, 219)HSL
hsl(194, 39%, 77%)OKLCH
oklch(0.836 0.04 218.8)CMYK
cmyk(21%, 5%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92C1CF
2#77B1C3
3#5CA2B7
4#488EA4
5#3C7788
6#305F6D
7#244752
8#182F37
9#0C181B
Tints
Lighter variations
1#B6D5DF
2#BEDAE2
3#C6DEE6
4#CEE3EA
5#D6E8ED
6#DEECF1
7#E7F1F4
8#EFF6F8
9#F7FAFB
Tones
Muted variations
1#B0CFD9
2#B2CED7
3#B4CDD4
4#B7CCD2
5#B9CAD0
6#BBC9CD
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 #ADD1DB | BordersInactive statesPlaceholder text |
| 400 | 83B8 #83B8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA4 #5FA4B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4488 #44889C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 366C #366C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274D #274D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1931 #193139 | 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: #D1E5EB;
--silver-300: #ADD1DB;
--silver-400: #83B8C9;
--silver-500: #5FA4B9;
--silver-600: #44889C;
--silver-700: #366C7C;
--silver-800: #274D59;
--silver-900: #193139;
--silver-950: #101F23;
}