Slate Gray
#7A809F
BlueColor Codes
All color formats for development
HEX
#7A809FRGB
rgb(122, 128, 159)HSL
hsl(230, 16%, 55%)OKLCH
oklch(0.606 0.048 276.3)CMYK
cmyk(23%, 19%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7192
2#5E6482
3#525872
4#474B62
5#3B3F51
6#2F3241
7#232631
8#181921
9#0C0D10
Tints
Lighter variations
1#878DA8
2#9599B2
3#A2A6BC
4#AFB3C5
5#BCC0CF
6#CACCD8
7#D7D9E2
8#E4E6EC
9#F2F2F5
Tones
Muted variations
1#7C819D
2#7E829B
3#7F8499
4#818597
5#838695
6#858794
7#878992
8#898A90
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBE #BBBECE | BordersInactive statesPlaceholder text |
| 400 | 979C #979CB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A80 #7A809F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E64 #5E6482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B50 #4B5068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3639 #36394A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #22242F | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D9DAE3;
--slate-gray-300: #BBBECE;
--slate-gray-400: #979CB4;
--slate-gray-500: #7A809F;
--slate-gray-600: #5E6482;
--slate-gray-700: #4B5068;
--slate-gray-800: #36394A;
--slate-gray-900: #22242F;
--slate-gray-950: #15171E;
}