Silver
#90B4BB
CyanColor Codes
All color formats for development
HEX
#90B4BBRGB
rgb(144, 180, 187)HSL
hsl(190, 24%, 65%)OKLCH
oklch(0.746 0.04 210.8)CMYK
cmyk(23%, 4%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7CA6AF
2#6798A2
3#588790
4#4C737B
5#3F6067
6#324D52
7#263A3E
8#192629
9#0D1315
Tints
Lighter variations
1#9BBCC2
2#A6C3C9
3#B2CBD0
4#BDD2D6
5#C8DADD
6#D3E1E4
7#DEE9EB
8#E9F0F1
9#F4F8F8
Tones
Muted variations
1#92B3B9
2#95B1B7
3#97B0B5
4#99AEB3
5#9BADB0
6#9DABAE
7#9FAAAC
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 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CE #B6CED2 | BordersInactive statesPlaceholder text |
| 400 | 90B4 #90B4BB | Disabled statesSecondary iconsMuted text |
| 500 | 719F #719FA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5582 #55828B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4468 #44686F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304A #304A4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | 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: #E9F0F1;
--silver-200: #D6E3E6;
--silver-300: #B6CED2;
--silver-400: #90B4BB;
--silver-500: #719FA8;
--silver-600: #55828B;
--silver-700: #44686F;
--silver-800: #304A4F;
--silver-900: #1F2F33;
--silver-950: #131E20;
}