Slate Gray
#7D8C9B
BlueColor Codes
All color formats for development
HEX
#7D8C9BRGB
rgb(125, 140, 155)HSL
hsl(210, 13%, 55%)OKLCH
oklch(0.633 0.029 248.3)CMYK
cmyk(19%, 10%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E7E8F
2#62707F
3#55626F
4#49545F
5#3D464F
6#31383F
7#252A30
8#181C20
9#0C0E10
Tints
Lighter variations
1#8A98A5
2#97A3AF
3#A4AFB9
4#B1BAC3
5#BEC6CD
6#CBD1D7
7#D8DDE1
8#E5E8EB
9#F2F4F5
Tones
Muted variations
1#7F8C9A
2#808C98
3#828C97
4#838C95
5#858C94
6#868C92
7#888C91
8#898C8F
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC4 #BDC4CC | BordersInactive statesPlaceholder text |
| 400 | 9AA6 #9AA6B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8C #7D8C9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6270 #62707F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E59 #4E5965 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3740 #374048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292E | 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: #EBEDEF;
--slate-gray-200: #DADEE2;
--slate-gray-300: #BDC4CC;
--slate-gray-400: #9AA6B1;
--slate-gray-500: #7D8C9B;
--slate-gray-600: #62707F;
--slate-gray-700: #4E5965;
--slate-gray-800: #374048;
--slate-gray-900: #23292E;
--slate-gray-950: #161A1D;
}