Silver
#8FB3BD
CyanColor Codes
All color formats for development
HEX
#8FB3BDRGB
rgb(143, 179, 189)HSL
hsl(193, 26%, 65%)OKLCH
oklch(0.744 0.042 216.5)CMYK
cmyk(24%, 5%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7AA5B1
2#6597A4
3#568592
4#4A727D
5#3D5F68
6#314C54
7#25393F
8#19262A
9#0C1315
Tints
Lighter variations
1#9ABBC4
2#A5C2CA
3#B0CAD1
4#BCD1D7
5#C7D9DE
6#D2E1E5
7#DDE8EB
8#E9F0F2
9#F4F7F8
Tones
Muted variations
1#91B2BB
2#93B0B8
3#96AFB6
4#98AEB4
5#9AACB1
6#9CABAF
7#9FAAAD
8#A1A8AA
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CD #B5CDD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB3 #8FB3BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E9D #6E9DAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5381 #53818D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4266 #426670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F49 #2F4950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F8F9;
--silver-100: #E9F0F2;
--silver-200: #D5E3E6;
--silver-300: #B5CDD4;
--silver-400: #8FB3BD;
--silver-500: #6E9DAA;
--silver-600: #53818D;
--silver-700: #426670;
--silver-800: #2F4950;
--silver-900: #1E2F33;
--silver-950: #131D20;
}