Silver
#ADCDDB
BlueColor Codes
All color formats for development
HEX
#ADCDDBRGB
rgb(173, 205, 219)HSL
hsl(198, 39%, 77%)OKLCH
oklch(0.829 0.039 226.1)CMYK
cmyk(21%, 6%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92BDCF
2#77ACC3
3#5C9CB7
4#4888A4
5#3C7188
6#305B6D
7#244452
8#182D37
9#0C171B
Tints
Lighter variations
1#B6D2DF
2#BED7E2
3#C6DCE6
4#CEE1EA
5#D6E6ED
6#DEEBF1
7#E7F0F4
8#EFF5F8
9#F7FAFB
Tones
Muted variations
1#B0CDD9
2#B2CCD7
3#B4CBD4
4#B7CAD2
5#B9C9D0
6#BBC8CD
7#BDC7CB
8#C0C6C9
9#C2C5C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCD #ADCDDB | BordersInactive statesPlaceholder text |
| 400 | 83B4 #83B4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9E #5F9EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4482 #44829C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3667 #36677C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274A #274A59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192F #192F39 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F9FA;
--silver-100: #E6F0F4;
--silver-200: #D1E3EB;
--silver-300: #ADCDDB;
--silver-400: #83B4C9;
--silver-500: #5F9EB9;
--silver-600: #44829C;
--silver-700: #36677C;
--silver-800: #274A59;
--silver-900: #192F39;
--silver-950: #101D23;
}