Slate Gray
#7986A0
BlueColor Codes
All color formats for development
HEX
#7986A0RGB
rgb(121, 134, 160)HSL
hsl(220, 17%, 55%)OKLCH
oklch(0.619 0.042 264.2)CMYK
cmyk(24%, 16%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697794
2#5D6A83
3#515D73
4#464F62
5#3A4252
6#2F3542
7#232831
8#171A21
9#0C0D10
Tints
Lighter variations
1#8692A9
2#949EB3
3#A1AABC
4#AEB6C6
5#BCC2CF
6#C9CED9
7#D7DBE2
8#E4E7EC
9#F2F3F5
Tones
Muted variations
1#7B869E
2#7D879C
3#7F889A
4#818898
5#828996
6#848A94
7#868A92
8#888B90
9#8A8C8E
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 | D8DC #D8DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC1 #BAC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A1 #97A1B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7986 #7986A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6A #5D6A83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A54 #4A5468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353C #353C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #222630 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | 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: #D8DCE3;
--slate-gray-300: #BAC1CE;
--slate-gray-400: #97A1B5;
--slate-gray-500: #7986A0;
--slate-gray-600: #5D6A83;
--slate-gray-700: #4A5468;
--slate-gray-800: #353C4B;
--slate-gray-900: #222630;
--slate-gray-950: #15181E;
}