Slate Gray
#657B7B
CyanColor Codes
All color formats for development
HEX
#657B7BRGB
rgb(101, 123, 123)HSL
hsl(180, 10%, 44%)OKLCH
oklch(0.565 0.026 196.4)CMYK
cmyk(18%, 0%, 0%, 52%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B6F6F
2#516363
3#475656
4#3D4A4A
5#323E3E
6#283131
7#1E2525
8#141919
9#0A0C0C
Tints
Lighter variations
1#728B8B
2#819898
3#91A5A5
4#A1B2B2
5#B0BFBF
6#C0CCCC
7#D0D8D8
8#E0E5E5
9#EFF2F2
Tones
Muted variations
1#667A7A
2#677979
3#687878
4#697777
5#6B7676
6#6C7575
7#6D7474
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 | 9DAF #9DAFAF | Disabled statesSecondary iconsMuted text |
| 500 | 8198 #819898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657B #657B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5062 #506262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3946 #394646 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252D #252D2D | 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: #9DAFAF;
--slate-gray-500: #819898;
--slate-gray-600: #657B7B;
--slate-gray-700: #506262;
--slate-gray-800: #394646;
--slate-gray-900: #252D2D;
--slate-gray-950: #171C1C;
}