Slate Gray
#65747B
BlueColor Codes
All color formats for development
HEX
#65747BRGB
rgb(101, 116, 123)HSL
hsl(199, 10%, 44%)OKLCH
oklch(0.549 0.021 227.6)CMYK
cmyk(18%, 6%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B696F
2#515D63
3#475156
4#3D464A
5#323A3E
6#282F31
7#1E2325
8#141719
9#0A0C0C
Tints
Lighter variations
1#72838B
2#819198
3#919FA5
4#A1ACB2
5#B0BABF
6#C0C8CC
7#D0D6D8
8#E0E3E5
9#EFF1F2
Tones
Muted variations
1#66747A
2#677379
3#687378
4#697377
5#6B7276
6#6C7275
7#6D7174
8#6E7172
9#6F7171
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC7 #BEC7CA | BordersInactive statesPlaceholder text |
| 400 | 9DA9 #9DA9AF | Disabled statesSecondary iconsMuted text |
| 500 | 8190 #819098 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6574 #65747B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505D #505D62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3942 #394246 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #EBEEEF;
--slate-gray-200: #DBDFE1;
--slate-gray-300: #BEC7CA;
--slate-gray-400: #9DA9AF;
--slate-gray-500: #819098;
--slate-gray-600: #65747B;
--slate-gray-700: #505D62;
--slate-gray-800: #394246;
--slate-gray-900: #252A2D;
--slate-gray-950: #171A1C;
}