Slate Gray
#7E989A
CyanColor Codes
All color formats for development
HEX
#7E989ARGB
rgb(126, 152, 154)HSL
hsl(184, 12%, 55%)OKLCH
oklch(0.66 0.029 202.2)CMYK
cmyk(18%, 1%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F8B8D
2#637C7E
3#566C6E
4#4A5D5E
5#3E4D4F
6#313E3F
7#252E2F
8#191F1F
9#0C0F10
Tints
Lighter variations
1#8BA2A4
2#98ADAE
3#A5B7B8
4#B2C1C2
5#BFCCCD
6#CCD6D7
7#D8E0E1
8#E5EAEB
9#F2F5F5
Tones
Muted variations
1#809799
2#819697
3#839596
4#849395
5#859293
6#879192
7#889090
8#898F8F
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 | 9BAF #9BAFB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E98 #7E989A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637C #637C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6364 | 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: #9BAFB0;
--slate-gray-500: #7E989A;
--slate-gray-600: #637C7E;
--slate-gray-700: #4F6364;
--slate-gray-800: #384647;
--slate-gray-900: #242D2E;
--slate-gray-950: #161C1D;
}