Slate Gray
#7D8D9B
BlueColor Codes
All color formats for development
HEX
#7D8D9BRGB
rgb(125, 141, 155)HSL
hsl(208, 13%, 55%)OKLCH
oklch(0.635 0.028 244.6)CMYK
cmyk(19%, 9%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E7F8F
2#62717F
3#55636F
4#49555F
5#3D474F
6#31393F
7#252A30
8#181C20
9#0C0E10
Tints
Lighter variations
1#8A99A5
2#97A4AF
3#A4AFB9
4#B1BBC3
5#BEC6CD
6#CBD1D7
7#D8DDE1
8#E5E8EB
9#F2F4F5
Tones
Muted variations
1#7F8D9A
2#808D98
3#828D97
4#838D95
5#858D94
6#868D92
7#888D91
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 | BDC5 #BDC5CC | BordersInactive statesPlaceholder text |
| 400 | 9AA7 #9AA7B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8D #7D8D9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6271 #62717F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5A #4E5A65 | 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: #BDC5CC;
--slate-gray-400: #9AA7B1;
--slate-gray-500: #7D8D9B;
--slate-gray-600: #62717F;
--slate-gray-700: #4E5A65;
--slate-gray-800: #374048;
--slate-gray-900: #23292E;
--slate-gray-950: #161A1D;
}