Slate Gray
#656A7B
BlueColor Codes
All color formats for development
HEX
#656A7BRGB
rgb(101, 106, 123)HSL
hsl(226, 10%, 44%)OKLCH
oklch(0.526 0.027 272.5)CMYK
cmyk(18%, 14%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B606F
2#515563
3#474A56
4#3D404A
5#32353E
6#282A31
7#1E2025
8#141519
9#0A0B0C
Tints
Lighter variations
1#72788B
2#818798
3#9196A5
4#A1A5B2
5#B0B4BF
6#C0C3CC
7#D0D2D8
8#E0E1E5
9#EFF0F2
Tones
Muted variations
1#666B7A
2#676B79
3#686C78
4#696D77
5#6B6D76
6#6C6E75
7#6D6E74
8#6E6F72
9#6F7071
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC1 #BEC1CA | BordersInactive statesPlaceholder text |
| 400 | 9DA1 #9DA1AF | Disabled statesSecondary iconsMuted text |
| 500 | 8186 #818698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656A #656A7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5054 #505462 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393C #393C46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DBDCE1;
--slate-gray-300: #BEC1CA;
--slate-gray-400: #9DA1AF;
--slate-gray-500: #818698;
--slate-gray-600: #656A7B;
--slate-gray-700: #505462;
--slate-gray-800: #393C46;
--slate-gray-900: #25272D;
--slate-gray-950: #17181C;
}