Slate Gray
#7E979A
CyanColor Codes
All color formats for development
HEX
#7E979ARGB
rgb(126, 151, 154)HSL
hsl(186, 12%, 55%)OKLCH
oklch(0.658 0.029 205.4)CMYK
cmyk(18%, 2%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F8A8D
2#637B7E
3#566C6E
4#4A5C5E
5#3E4D4F
6#313D3F
7#252E2F
8#191F1F
9#0C0F10
Tints
Lighter variations
1#8BA2A4
2#98ACAE
3#A5B6B8
4#B2C1C2
5#BFCBCD
6#CCD6D7
7#D8E0E1
8#E5EAEB
9#F2F5F5
Tones
Muted variations
1#809699
2#819597
3#839496
4#849395
5#859293
6#879192
7#889090
8#898E8F
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCA #BDCACB | BordersInactive statesPlaceholder text |
| 400 | 9BAE #9BAEB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E97 #7E979A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637B #637B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F62 #4F6264 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3846 #384647 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFEF;
--slate-gray-200: #DAE1E2;
--slate-gray-300: #BDCACB;
--slate-gray-400: #9BAEB0;
--slate-gray-500: #7E979A;
--slate-gray-600: #637B7E;
--slate-gray-700: #4F6264;
--slate-gray-800: #384647;
--slate-gray-900: #242D2E;
--slate-gray-950: #161C1D;
}