Silver
#909CBB
BlueColor Codes
All color formats for development
HEX
#909CBBRGB
rgb(144, 156, 187)HSL
hsl(223, 24%, 65%)OKLCH
oklch(0.694 0.048 268.5)CMYK
cmyk(23%, 17%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C8AAF
2#6778A2
3#586890
4#4C597B
5#3F4A67
6#323B52
7#262D3E
8#191E29
9#0D0F15
Tints
Lighter variations
1#9BA6C2
2#A6B0C9
3#B2BAD0
4#BDC4D6
5#C8CEDD
6#D3D8E4
7#DEE1EB
8#E9EBF1
9#F4F5F8
Tones
Muted variations
1#929DB9
2#959EB7
3#979FB5
4#99A0B3
5#9BA1B0
6#9DA2AE
7#9FA3AC
8#A1A4AA
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED2 | BordersInactive statesPlaceholder text |
| 400 | 909C #909CBB | Disabled statesSecondary iconsMuted text |
| 500 | 7180 #7180A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5565 #55658B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4450 #44506F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #30394F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F25 #1F2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9EBF1;
--silver-200: #D6DAE6;
--silver-300: #B6BED2;
--silver-400: #909CBB;
--silver-500: #7180A8;
--silver-600: #55658B;
--silver-700: #44506F;
--silver-800: #30394F;
--silver-900: #1F2533;
--silver-950: #131720;
}