Silver
#95ABB7
BlueColor Codes
All color formats for development
HEX
#95ABB7RGB
rgb(149, 171, 183)HSL
hsl(201, 19%, 65%)OKLCH
oklch(0.728 0.03 231.6)CMYK
cmyk(19%, 7%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#819BA9
2#6D8C9C
3#5E7B8A
4#516976
5#435863
6#36464F
7#28353B
8#1B2327
9#0D1214
Tints
Lighter variations
1#9FB3BE
2#AABCC5
3#B5C4CC
4#BFCDD4
5#CAD5DB
6#D5DDE2
7#DFE6E9
8#EAEEF1
9#F4F7F8
Tones
Muted variations
1#96AAB5
2#98AAB3
3#9AA9B2
4#9CA9B0
5#9DA8AE
6#9FA8AD
7#A1A7AB
8#A2A7A9
9#A4A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8CF | BordersInactive statesPlaceholder text |
| 400 | 95AB #95ABB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7693 #7693A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B77 #5B7786 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485E #485E6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3443 #34434C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF1;
--silver-200: #D8E0E4;
--silver-300: #B9C8CF;
--silver-400: #95ABB7;
--silver-500: #7693A2;
--silver-600: #5B7786;
--silver-700: #485E6A;
--silver-800: #34434C;
--silver-900: #212B31;
--silver-950: #151B1E;
}