Slate Gray
#7676A2
BlueColor Codes
All color formats for development
HEX
#7676A2RGB
rgb(118, 118, 162)HSL
hsl(240, 19%, 55%)OKLCH
oklch(0.583 0.067 284.1)CMYK
cmyk(27%, 27%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#666696
2#5B5B86
3#505075
4#444464
5#393953
6#2D2D43
7#222232
8#171721
9#0B0B11
Tints
Lighter variations
1#8484AB
2#9292B5
3#9F9FBE
4#ADADC7
5#BBBBD1
6#C8C8DA
7#D6D6E3
8#E4E4EC
9#F1F1F6
Tones
Muted variations
1#7979A0
2#7B7B9E
3#7D7D9C
4#7F7F99
5#818197
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 | B9B9 #B9B9CF | BordersInactive statesPlaceholder text |
| 400 | 9595 #9595B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7676 #7676A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5B #5B5B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4848 #48486A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | 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: #B9B9CF;
--slate-gray-400: #9595B7;
--slate-gray-500: #7676A2;
--slate-gray-600: #5B5B86;
--slate-gray-700: #48486A;
--slate-gray-800: #34344C;
--slate-gray-900: #212131;
--slate-gray-950: #15151E;
}