Slate Gray
#7681A2
BlueColor Codes
All color formats for development
HEX
#7681A2RGB
rgb(118, 129, 162)HSL
hsl(225, 19%, 55%)OKLCH
oklch(0.606 0.052 270.4)CMYK
cmyk(27%, 20%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#667296
2#5B6686
3#505975
4#444C64
5#393F53
6#2D3343
7#222632
8#171921
9#0B0D11
Tints
Lighter variations
1#848EAB
2#929AB5
3#9FA7BE
4#ADB4C7
5#BBC0D1
6#C8CDDA
7#D6D9E3
8#E4E6EC
9#F1F2F6
Tones
Muted variations
1#7982A0
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 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BF #B9BFCF | BordersInactive statesPlaceholder text |
| 400 | 959D #959DB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7681 #7681A2 | 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: #EAEBF1;
--slate-gray-200: #D8DBE4;
--slate-gray-300: #B9BFCF;
--slate-gray-400: #959DB7;
--slate-gray-500: #7681A2;
--slate-gray-600: #5B6686;
--slate-gray-700: #48516A;
--slate-gray-800: #343A4C;
--slate-gray-900: #212531;
--slate-gray-950: #15171E;
}