Silver
#90B7BB
CyanColor Codes
All color formats for development
HEX
#90B7BBRGB
rgb(144, 183, 187)HSL
hsl(186, 24%, 65%)OKLCH
oklch(0.752 0.042 204.1)CMYK
cmyk(23%, 2%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7CA9AF
2#679CA2
3#588A90
4#4C777B
5#3F6367
6#324F52
7#263B3E
8#192829
9#0D1415
Tints
Lighter variations
1#9BBEC2
2#A6C5C9
3#B2CDD0
4#BDD4D6
5#C8DBDD
6#D3E2E4
7#DEE9EB
8#E9F1F1
9#F4F8F8
Tones
Muted variations
1#92B5B9
2#95B3B7
3#97B2B5
4#99B0B3
5#9BAEB0
6#9DADAE
7#9FABAC
8#A1A9AA
9#A4A7A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D0 #B6D0D2 | BordersInactive statesPlaceholder text |
| 400 | 90B7 #90B7BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A2 #71A2A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5586 #55868B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446A #446A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304C #304C4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F31 #1F3133 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F1F1;
--silver-200: #D6E4E6;
--silver-300: #B6D0D2;
--silver-400: #90B7BB;
--silver-500: #71A2A8;
--silver-600: #55868B;
--silver-700: #446A6F;
--silver-800: #304C4F;
--silver-900: #1F3133;
--silver-950: #131E20;
}