Slate Gray
#7E969A
CyanColor Codes
All color formats for development
HEX
#7E969ARGB
rgb(126, 150, 154)HSL
hsl(189, 12%, 55%)OKLCH
oklch(0.656 0.028 208.8)CMYK
cmyk(18%, 3%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F898D
2#637A7E
3#566A6E
4#4A5B5E
5#3E4C4F
6#313D3F
7#252E2F
8#191E1F
9#0C0F10
Tints
Lighter variations
1#8BA0A4
2#98ABAE
3#A5B5B8
4#B2C0C2
5#BFCACD
6#CCD5D7
7#D8DFE1
8#E5EAEB
9#F2F4F5
Tones
Muted variations
1#809599
2#819497
3#839396
4#849295
5#859193
6#879092
7#888F90
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 | BDC9 #BDC9CB | BordersInactive statesPlaceholder text |
| 400 | 9BAD #9BADB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E96 #7E969A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637A #637A7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F61 #4F6164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3845 #384547 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242C #242C2E | 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: #BDC9CB;
--slate-gray-400: #9BADB0;
--slate-gray-500: #7E969A;
--slate-gray-600: #637A7E;
--slate-gray-700: #4F6164;
--slate-gray-800: #384547;
--slate-gray-900: #242C2E;
--slate-gray-950: #161C1D;
}