Silver
#8EB4BE
CyanColor Codes
All color formats for development
HEX
#8EB4BERGB
rgb(142, 180, 190)HSL
hsl(193, 27%, 65%)OKLCH
oklch(0.746 0.043 215.6)CMYK
cmyk(25%, 5%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#79A5B2
2#6497A6
3#558693
4#49737E
5#3C6069
6#304C54
7#24393F
8#18262A
9#0C1315
Tints
Lighter variations
1#99BBC4
2#A4C3CB
3#B0CAD1
4#BBD2D8
5#C6D9DE
6#D2E1E5
7#DDE8EB
8#E8F0F2
9#F4F7F8
Tones
Muted variations
1#90B2BB
2#92B1B9
3#95AFB7
4#97AEB4
5#9AADB2
6#9CABAF
7#9FAAAD
8#A1A8AB
9#A3A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CD #B5CDD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB3 #8EB3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9E #6D9EAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5281 #52818E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4167 #416771 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4A #2F4A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F34 | 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: #F5F9F9;
--silver-100: #E8F0F2;
--silver-200: #D5E3E7;
--silver-300: #B5CDD4;
--silver-400: #8EB3BE;
--silver-500: #6D9EAB;
--silver-600: #52818E;
--silver-700: #416771;
--silver-800: #2F4A51;
--silver-900: #1E2F34;
--silver-950: #131D20;
}