Silver
#ADCFDB
BlueColor Codes
All color formats for development
HEX
#ADCFDBRGB
rgb(173, 207, 219)HSL
hsl(196, 39%, 77%)OKLCH
oklch(0.834 0.04 221.2)CMYK
cmyk(21%, 5%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#92BFCF
2#77AFC3
3#5C9FB7
4#488BA4
5#3C7488
6#305D6D
7#244652
8#182E37
9#0C171B
Tints
Lighter variations
1#B6D4DF
2#BED9E2
3#C6DDE6
4#CEE2EA
5#D6E7ED
6#DEECF1
7#E7F1F4
8#EFF5F8
9#F7FAFB
Tones
Muted variations
1#B0CED9
2#B2CDD7
3#B4CCD4
4#B7CBD2
5#B9CAD0
6#BBC9CD
7#BDC8CB
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 | D1E4 #D1E4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCF #ADCFDB | BordersInactive statesPlaceholder text |
| 400 | 83B6 #83B6C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA1 #5FA1B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4485 #44859C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3669 #36697C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274B #274B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1930 #193039 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F4F9FA;
--silver-100: #E6F0F4;
--silver-200: #D1E4EB;
--silver-300: #ADCFDB;
--silver-400: #83B6C9;
--silver-500: #5FA1B9;
--silver-600: #44859C;
--silver-700: #36697C;
--silver-800: #274B59;
--silver-900: #193039;
--silver-950: #101E23;
}