Slate Gray
#7D8E9B
BlueColor Codes
All color formats for development
HEX
#7D8E9BRGB
rgb(125, 142, 155)HSL
hsl(206, 13%, 55%)OKLCH
oklch(0.638 0.028 240.9)CMYK
cmyk(19%, 8%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E808F
2#62727F
3#55646F
4#49565F
5#3D474F
6#31393F
7#252B30
8#181D20
9#0C0E10
Tints
Lighter variations
1#8A9AA5
2#97A5AF
3#A4B0B9
4#B1BBC3
5#BEC7CD
6#CBD2D7
7#D8DDE1
8#E5E8EB
9#F2F4F5
Tones
Muted variations
1#7F8E9A
2#808E98
3#828E97
4#838D95
5#858D94
6#868D92
7#888D91
8#898D8F
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 | 7D8E #7D8E9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6272 #62727F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5B #4E5B65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2E | 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: #7D8E9B;
--slate-gray-600: #62727F;
--slate-gray-700: #4E5B65;
--slate-gray-800: #374148;
--slate-gray-900: #232A2E;
--slate-gray-950: #161A1D;
}