Slate Gray
#7985A0
BlueColor Codes
All color formats for development
HEX
#7985A0RGB
rgb(121, 133, 160)HSL
hsl(222, 17%, 55%)OKLCH
oklch(0.617 0.043 266.3)CMYK
cmyk(24%, 17%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#697694
2#5D6983
3#515B73
4#464E62
5#3A4152
6#2F3442
7#232731
8#171A21
9#0C0D10
Tints
Lighter variations
1#8691A9
2#949DB3
3#A1A9BC
4#AEB5C6
5#BCC2CF
6#C9CED9
7#D7DAE2
8#E4E6EC
9#F2F3F5
Tones
Muted variations
1#7B859E
2#7D869C
3#7F879A
4#818898
5#828896
6#848994
7#868A92
8#888B90
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 | D8DC #D8DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC0 #BAC0CE | BordersInactive statesPlaceholder text |
| 400 | 97A0 #97A0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7984 #7984A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D69 #5D6983 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A53 #4A5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353B #353B4B | 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: #BAC0CE;
--slate-gray-400: #97A0B5;
--slate-gray-500: #7984A0;
--slate-gray-600: #5D6983;
--slate-gray-700: #4A5368;
--slate-gray-800: #353B4B;
--slate-gray-900: #222630;
--slate-gray-950: #15181E;
}