Slate Gray
#7983A0
BlueColor Codes
All color formats for development
HEX
#7983A0RGB
rgb(121, 131, 160)HSL
hsl(225, 17%, 55%)OKLCH
oklch(0.612 0.046 270.1)CMYK
cmyk(24%, 18%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697394
2#5D6783
3#515A73
4#464D62
5#3A4052
6#2F3342
7#232631
8#171A21
9#0C0D10
Tints
Lighter variations
1#868FA9
2#949BB3
3#A1A8BC
4#AEB4C6
5#BCC1CF
6#C9CDD9
7#D7DAE2
8#E4E6EC
9#F2F3F5
Tones
Muted variations
1#7B839E
2#7D849C
3#7F859A
4#818698
5#828796
6#848894
7#868992
8#888A90
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7982 #7982A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D67 #5D6783 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A52 #4A5268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353A #353A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #222530 | 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: #EAECF0;
--slate-gray-200: #D8DBE3;
--slate-gray-300: #BABFCE;
--slate-gray-400: #979EB5;
--slate-gray-500: #7982A0;
--slate-gray-600: #5D6783;
--slate-gray-700: #4A5268;
--slate-gray-800: #353A4B;
--slate-gray-900: #222530;
--slate-gray-950: #15171E;
}