Silver
#90ABBB
BlueColor Codes
All color formats for development
HEX
#90ABBBRGB
rgb(144, 171, 187)HSL
hsl(202, 24%, 65%)OKLCH
oklch(0.726 0.038 234)CMYK
cmyk(23%, 9%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C9CAF
2#678CA2
3#587B90
4#4C6A7B
5#3F5867
6#324752
7#26353E
8#192329
9#0D1215
Tints
Lighter variations
1#9BB4C2
2#A6BCC9
3#B2C5D0
4#BDCDD6
5#C8D5DD
6#D3DEE4
7#DEE6EB
8#E9EEF1
9#F4F7F8
Tones
Muted variations
1#92ABB9
2#95AAB7
3#97AAB5
4#99A9B3
5#9BA9B0
6#9DA8AE
7#9FA7AC
8#A1A7AA
9#A4A6A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C8 #B6C8D2 | BordersInactive statesPlaceholder text |
| 400 | 90AB #90ABBB | Disabled statesSecondary iconsMuted text |
| 500 | 7194 #7194A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5577 #55778B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445F #445F6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3044 #30444F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #E9EEF1;
--silver-200: #D6E0E6;
--silver-300: #B6C8D2;
--silver-400: #90ABBB;
--silver-500: #7194A8;
--silver-600: #55778B;
--silver-700: #445F6F;
--silver-800: #30444F;
--silver-900: #1F2B33;
--silver-950: #131B20;
}