Slate Gray
#7678A2
BlueColor Codes
All color formats for development
HEX
#7678A2RGB
rgb(118, 120, 162)HSL
hsl(237, 19%, 55%)OKLCH
oklch(0.587 0.064 282.1)CMYK
cmyk(27%, 26%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#666996
2#5B5D86
3#505175
4#444664
5#393A53
6#2D2F43
7#222332
8#171721
9#0B0C11
Tints
Lighter variations
1#8486AB
2#9294B5
3#9FA1BE
4#ADAEC7
5#BBBCD1
6#C8C9DA
7#D6D7E3
8#E4E4EC
9#F1F2F6
Tones
Muted variations
1#797BA0
2#7B7D9E
3#7D7F9C
4#7F8099
5#818297
6#848495
7#868693
8#888891
9#8A8A8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BA #B9BACF | BordersInactive statesPlaceholder text |
| 400 | 9596 #9596B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7679 #7679A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5D #5B5D86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484A #484A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3435 #34354C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF1;
--slate-gray-200: #D8D8E4;
--slate-gray-300: #B9BACF;
--slate-gray-400: #9596B7;
--slate-gray-500: #7679A2;
--slate-gray-600: #5B5D86;
--slate-gray-700: #484A6A;
--slate-gray-800: #34354C;
--slate-gray-900: #212231;
--slate-gray-950: #15151E;
}