Slate Gray
#7B909D
BlueColor Codes
All color formats for development
HEX
#7B909DRGB
rgb(123, 144, 157)HSL
hsl(203, 15%, 55%)OKLCH
oklch(0.641 0.031 235.2)CMYK
cmyk(22%, 8%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8391
2#5F7481
3#536671
4#485761
5#3C4951
6#303A41
7#242C30
8#181D20
9#0C0F10
Tints
Lighter variations
1#889BA7
2#95A6B1
3#A3B1BB
4#B0BDC4
5#BDC8CE
6#CAD3D8
7#D7DEE2
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7D909C
2#7E8F9A
3#808F98
4#828F97
5#848E95
6#858E93
7#878D91
8#898D90
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 98A9 #98A9B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B90 #7B909D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F74 #5F7481 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5C #4C5C67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3642 #364249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D9DFE3;
--slate-gray-300: #BCC6CD;
--slate-gray-400: #98A9B3;
--slate-gray-500: #7B909D;
--slate-gray-600: #5F7481;
--slate-gray-700: #4C5C67;
--slate-gray-800: #364249;
--slate-gray-900: #232A2F;
--slate-gray-950: #161A1D;
}