Silver
#90B9BB
CyanColor Codes
All color formats for development
HEX
#90B9BBRGB
rgb(144, 185, 187)HSL
hsl(183, 24%, 65%)OKLCH
oklch(0.757 0.044 200)CMYK
cmyk(23%, 1%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7CACAF
2#679FA2
3#588D90
4#4C797B
5#3F6567
6#325152
7#263C3E
8#192829
9#0D1415
Tints
Lighter variations
1#9BC0C2
2#A6C7C9
3#B2CED0
4#BDD5D6
5#C8DCDD
6#D3E3E4
7#DEEAEB
8#E9F1F1
9#F4F8F8
Tones
Muted variations
1#92B7B9
2#95B5B7
3#97B3B5
4#99B1B3
5#9BAFB0
6#9DADAE
7#9FACAC
8#A1AAAA
9#A4A8A8
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 | D6E5 #D6E5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D1 #B6D1D2 | BordersInactive statesPlaceholder text |
| 400 | 90B9 #90B9BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A5 #71A5A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5588 #55888B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446D #446D6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304E #304E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F32 #1F3233 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #E9F1F1;
--silver-200: #D6E5E6;
--silver-300: #B6D1D2;
--silver-400: #90B9BB;
--silver-500: #71A5A8;
--silver-600: #55888B;
--silver-700: #446D6F;
--silver-800: #304E4F;
--silver-900: #1F3233;
--silver-950: #131F20;
}