Silver
#8FABBC
BlueColor Codes
All color formats for development
HEX
#8FABBCRGB
rgb(143, 171, 188)HSL
hsl(203, 25%, 65%)OKLCH
oklch(0.726 0.04 234.7)CMYK
cmyk(24%, 9%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B9BB0
2#668CA3
3#577B91
4#4B697C
5#3E5868
6#324653
7#25353E
8#192329
9#0C1215
Tints
Lighter variations
1#9BB3C3
2#A6BCC9
3#B1C4D0
4#BCCDD7
5#C7D5DE
6#D2DDE4
7#DEE6EB
8#E9EEF2
9#F4F7F8
Tones
Muted variations
1#92AABA
2#94AAB8
3#96A9B5
4#98A9B3
5#9BA8B1
6#9DA8AF
7#9FA7AC
8#A1A7AA
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C8 #B6C8D3 | BordersInactive statesPlaceholder text |
| 400 | 8FAB #8FABBC | Disabled statesSecondary iconsMuted text |
| 500 | 7093 #7093A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5477 #54778C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435E #435E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3043 #304350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F8F9;
--silver-100: #E9EEF2;
--silver-200: #D6E0E6;
--silver-300: #B6C8D3;
--silver-400: #8FABBC;
--silver-500: #7093A9;
--silver-600: #54778C;
--silver-700: #435E70;
--silver-800: #304350;
--silver-900: #1F2B33;
--silver-950: #131B20;
}