Slate Gray
#7B8F9D
BlueColor Codes
All color formats for development
HEX
#7B8F9DRGB
rgb(123, 143, 157)HSL
hsl(205, 15%, 55%)OKLCH
oklch(0.639 0.031 238.5)CMYK
cmyk(22%, 9%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8191
2#5F7381
3#536571
4#485661
5#3C4851
6#303A41
7#242B30
8#181D20
9#0C0E10
Tints
Lighter variations
1#889AA7
2#95A5B1
3#A3B1BB
4#B0BCC4
5#BDC7CE
6#CAD2D8
7#D7DDE2
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7D8F9C
2#7E8F9A
3#808E98
4#828E97
5#848E95
6#858D93
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 | 98A8 #98A8B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8F #7B8F9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F73 #5F7381 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5B #4C5B67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #364149 | 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: #98A8B3;
--slate-gray-500: #7B8F9D;
--slate-gray-600: #5F7381;
--slate-gray-700: #4C5B67;
--slate-gray-800: #364149;
--slate-gray-900: #232A2F;
--slate-gray-950: #161A1D;
}