Slate Gray
#7B8C9D
BlueColor Codes
All color formats for development
HEX
#7B8C9DRGB
rgb(123, 140, 157)HSL
hsl(210, 15%, 55%)OKLCH
oklch(0.632 0.032 248.3)CMYK
cmyk(22%, 11%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7E91
2#5F7081
3#536271
4#485461
5#3C4651
6#303841
7#242A30
8#181C20
9#0C0E10
Tints
Lighter variations
1#8898A7
2#95A3B1
3#A3AFBB
4#B0BAC4
5#BDC6CE
6#CAD1D8
7#D7DDE2
8#E5E8EB
9#F2F4F5
Tones
Muted variations
1#7D8C9C
2#7E8C9A
3#808C98
4#828C97
5#848C95
6#858C93
7#878C91
8#898C90
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 98A6 #98A6B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8C #7B8C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F70 #5F7081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C59 #4C5967 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3640 #364049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | 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: #F6F7F8;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DEE3;
--slate-gray-300: #BCC4CD;
--slate-gray-400: #98A6B3;
--slate-gray-500: #7B8C9D;
--slate-gray-600: #5F7081;
--slate-gray-700: #4C5967;
--slate-gray-800: #364049;
--slate-gray-900: #23292F;
--slate-gray-950: #161A1D;
}