Silver
#ADDBDB
CyanColor Codes
All color formats for development
HEX
#ADDBDBRGB
rgb(173, 219, 219)HSL
hsl(180, 39%, 77%)OKLCH
oklch(0.859 0.048 196.3)CMYK
cmyk(21%, 0%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92CFCF
2#77C3C3
3#5CB7B7
4#48A4A4
5#3C8888
6#306D6D
7#245252
8#183737
9#0C1B1B
Tints
Lighter variations
1#B6DFDF
2#BEE2E2
3#C6E6E6
4#CEEAEA
5#D6EDED
6#DEF1F1
7#E7F4F4
8#EFF8F8
9#F7FBFB
Tones
Muted variations
1#B0D9D9
2#B2D7D7
3#B4D4D4
4#B7D2D2
5#B9D0D0
6#BBCDCD
7#BDCBCB
8#C0C9C9
9#C2C7C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F4 #E6F4F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1EB #D1EBEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADDB #ADDBDB | BordersInactive statesPlaceholder text |
| 400 | 83C9 #83C9C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FB9 #5FB9B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 449C #449C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 367C #367C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2759 #275959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1939 #193939 | Primary textHigh emphasis contentDark headings |
| 950 | 1023 #102323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4FAFA;
--silver-100: #E6F4F4;
--silver-200: #D1EBEB;
--silver-300: #ADDBDB;
--silver-400: #83C9C9;
--silver-500: #5FB9B9;
--silver-600: #449C9C;
--silver-700: #367C7C;
--silver-800: #275959;
--silver-900: #193939;
--silver-950: #102323;
}