Slate Gray
#657A7B
CyanColor Codes
All color formats for development
HEX
#657A7BRGB
rgb(101, 122, 123)HSL
hsl(183, 10%, 44%)OKLCH
oklch(0.563 0.025 200)CMYK
cmyk(18%, 1%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B6E6F
2#516263
3#475656
4#3D494A
5#323D3E
6#283131
7#1E2525
8#141819
9#0A0C0C
Tints
Lighter variations
1#728A8B
2#819798
3#91A4A5
4#A1B1B2
5#B0BEBF
6#C0CBCC
7#D0D8D8
8#E0E5E5
9#EFF2F2
Tones
Muted variations
1#66797A
2#677879
3#687778
4#697677
5#6B7576
6#6C7475
7#6D7374
8#6E7272
9#6F7171
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECA #BECACA | BordersInactive statesPlaceholder text |
| 400 | 9DAE #9DAEAF | Disabled statesSecondary iconsMuted text |
| 500 | 8197 #819798 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657A #657A7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5061 #506162 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3945 #394546 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #EBEFEF;
--slate-gray-200: #DBE1E1;
--slate-gray-300: #BECACA;
--slate-gray-400: #9DAEAF;
--slate-gray-500: #819798;
--slate-gray-600: #657A7B;
--slate-gray-700: #506162;
--slate-gray-800: #394546;
--slate-gray-900: #252C2D;
--slate-gray-950: #171C1C;
}