Slate Gray
#7894A1
BlueColor Codes
All color formats for development
HEX
#7894A1RGB
rgb(120, 148, 161)HSL
hsl(199, 18%, 55%)OKLCH
oklch(0.65 0.037 227.8)CMYK
cmyk(25%, 8%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688795
2#5C7884
3#516974
4#455A63
5#3A4B53
6#2E3C42
7#232D32
8#171E21
9#0C0F11
Tints
Lighter variations
1#859FAA
2#93A9B4
3#A0B4BD
4#AEBFC7
5#BBC9D0
6#C9D4D9
7#D6DFE3
8#E4EAEC
9#F1F4F6
Tones
Muted variations
1#7A939F
2#7C929D
3#7E929B
4#809199
5#829097
6#848F95
7#868F92
8#888E90
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CF | BordersInactive statesPlaceholder text |
| 400 | 96AC #96ACB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7894 #7894A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C78 #5C7884 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495F #495F69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D8E0E4;
--slate-gray-300: #BAC8CF;
--slate-gray-400: #96ACB6;
--slate-gray-500: #7894A1;
--slate-gray-600: #5C7884;
--slate-gray-700: #495F69;
--slate-gray-800: #34444B;
--slate-gray-900: #212B30;
--slate-gray-950: #151B1E;
}