Slate Gray
#7679A2
BlueColor Codes
All color formats for development
HEX
#7679A2RGB
rgb(118, 121, 162)HSL
hsl(236, 19%, 55%)OKLCH
oklch(0.589 0.063 281)CMYK
cmyk(27%, 25%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#666996
2#5B5E86
3#505275
4#444664
5#393B53
6#2D2F43
7#222332
8#171721
9#0B0C11
Tints
Lighter variations
1#8487AB
2#9294B5
3#9FA1BE
4#ADAFC7
5#BBBCD1
6#C8CADA
7#D6D7E3
8#E4E4EC
9#F1F2F6
Tones
Muted variations
1#797BA0
2#7B7D9E
3#7D7F9C
4#7F8199
5#818397
6#848595
7#868793
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 | B9BB #B9BBCF | BordersInactive statesPlaceholder text |
| 400 | 9597 #9597B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7679 #7679A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5E #5B5E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484B #484B6A | 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: #B9BBCF;
--slate-gray-400: #9597B7;
--slate-gray-500: #7679A2;
--slate-gray-600: #5B5E86;
--slate-gray-700: #484B6A;
--slate-gray-800: #34354C;
--slate-gray-900: #212231;
--slate-gray-950: #15151E;
}