Slate Gray
#7682A2
BlueColor Codes
All color formats for development
HEX
#7682A2RGB
rgb(118, 130, 162)HSL
hsl(224, 19%, 55%)OKLCH
oklch(0.609 0.051 268.8)CMYK
cmyk(27%, 20%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667396
2#5B6686
3#505975
4#444D64
5#394053
6#2D3343
7#222632
8#171A21
9#0B0D11
Tints
Lighter variations
1#848FAB
2#929BB5
3#9FA8BE
4#ADB4C7
5#BBC1D1
6#C8CDDA
7#D6DAE3
8#E4E6EC
9#F1F3F6
Tones
Muted variations
1#7983A0
2#7B849E
3#7D859C
4#7F8699
5#818797
6#848895
7#868993
8#888A91
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BF #B9BFCF | BordersInactive statesPlaceholder text |
| 400 | 959E #959EB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7682 #7682A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B66 #5B6686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4851 #48516A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343A #343A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF1;
--slate-gray-200: #D8DBE4;
--slate-gray-300: #B9BFCF;
--slate-gray-400: #959EB7;
--slate-gray-500: #7682A2;
--slate-gray-600: #5B6686;
--slate-gray-700: #48516A;
--slate-gray-800: #343A4C;
--slate-gray-900: #212531;
--slate-gray-950: #15171E;
}