Slate Gray
#7887A1
BlueColor Codes
All color formats for development
HEX
#7887A1RGB
rgb(120, 135, 161)HSL
hsl(218, 18%, 55%)OKLCH
oklch(0.621 0.043 261.4)CMYK
cmyk(25%, 16%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687895
2#5C6B84
3#515D74
4#455063
5#3A4353
6#2E3542
7#232832
8#171B21
9#0C0D11
Tints
Lighter variations
1#8593AA
2#939FB4
3#A0ABBD
4#AEB7C7
5#BBC3D0
6#C9CFD9
7#D6DBE3
8#E4E7EC
9#F1F3F6
Tones
Muted variations
1#7A879F
2#7C889D
3#7E889B
4#808999
5#828997
6#848A95
7#868B92
8#888B90
9#8A8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC2 #BAC2CF | BordersInactive statesPlaceholder text |
| 400 | 96A1 #96A1B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7887 #7887A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6B #5C6B84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4955 #495569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343D #343D4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2127 #212730 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D8DCE4;
--slate-gray-300: #BAC2CF;
--slate-gray-400: #96A1B6;
--slate-gray-500: #7887A1;
--slate-gray-600: #5C6B84;
--slate-gray-700: #495569;
--slate-gray-800: #343D4B;
--slate-gray-900: #212730;
--slate-gray-950: #15181E;
}