Slate Gray
#647D7D
CyanColor Codes
All color formats for development
HEX
#647D7DRGB
rgb(100, 125, 125)HSL
hsl(180, 11%, 44%)OKLCH
oklch(0.57 0.029 196.4)CMYK
cmyk(20%, 0%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A7070
2#506464
3#465757
4#3C4B4B
5#323E3E
6#283232
7#1E2525
8#141919
9#0A0C0C
Tints
Lighter variations
1#718C8C
2#809999
3#90A6A6
4#A0B3B3
5#B0BFBF
6#C0CCCC
7#CFD9D9
8#DFE6E6
9#EFF2F2
Tones
Muted variations
1#657B7B
2#667A7A
3#687979
4#697878
5#6A7676
6#6B7575
7#6C7474
8#6E7373
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 | DAE1 #DAE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECB #BECBCB | BordersInactive statesPlaceholder text |
| 400 | 9CB0 #9CB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8099 #809999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 647D #647D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3947 #394747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2D | 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: #DAE1E1;
--slate-gray-300: #BECBCB;
--slate-gray-400: #9CB0B0;
--slate-gray-500: #809999;
--slate-gray-600: #647D7D;
--slate-gray-700: #4F6363;
--slate-gray-800: #394747;
--slate-gray-900: #242D2D;
--slate-gray-950: #171C1C;
}