Slate Gray
#656C7B
BlueColor Codes
All color formats for development
HEX
#656C7BRGB
rgb(101, 108, 123)HSL
hsl(221, 10%, 44%)OKLCH
oklch(0.531 0.025 265.6)CMYK
cmyk(18%, 12%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B616F
2#515663
3#474C56
4#3D414A
5#32363E
6#282B31
7#1E2025
8#141619
9#0A0B0C
Tints
Lighter variations
1#727A8B
2#818998
3#9197A5
4#A1A6B2
5#B0B5BF
6#C0C4CC
7#D0D3D8
8#E0E1E5
9#EFF0F2
Tones
Muted variations
1#666C7A
2#676D79
3#686D78
4#696E77
5#6B6E76
6#6C6F75
7#6D6F74
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 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC2 #BEC2CA | BordersInactive statesPlaceholder text |
| 400 | 9DA2 #9DA2AF | Disabled statesSecondary iconsMuted text |
| 500 | 8188 #818898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656C #656C7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5056 #505662 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272D | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | 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: #DBDDE1;
--slate-gray-300: #BEC2CA;
--slate-gray-400: #9DA2AF;
--slate-gray-500: #818898;
--slate-gray-600: #656C7B;
--slate-gray-700: #505662;
--slate-gray-800: #393D46;
--slate-gray-900: #25272D;
--slate-gray-950: #17191C;
}