Slate Gray
#7D8B9B
BlueColor Codes
All color formats for development
HEX
#7D8B9BRGB
rgb(125, 139, 155)HSL
hsl(212, 13%, 55%)OKLCH
oklch(0.631 0.029 251.8)CMYK
cmyk(19%, 10%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E7D8F
2#626F7F
3#55616F
4#49535F
5#3D464F
6#31383F
7#252A30
8#181C20
9#0C0E10
Tints
Lighter variations
1#8A97A5
2#97A2AF
3#A4AEB9
4#B1BAC3
5#BEC5CD
6#CBD1D7
7#D8DCE1
8#E5E8EB
9#F2F3F5
Tones
Muted variations
1#7F8B9A
2#808B98
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 | 9AA5 #9AA5B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8B #7D8B9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 626F #626F7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E58 #4E5865 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282E | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | 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: #9AA5B1;
--slate-gray-500: #7D8B9B;
--slate-gray-600: #626F7F;
--slate-gray-700: #4E5865;
--slate-gray-800: #373F48;
--slate-gray-900: #23282E;
--slate-gray-950: #16191D;
}