Slate Gray
#7892A1
BlueColor Codes
All color formats for development
HEX
#7892A1RGB
rgb(120, 146, 161)HSL
hsl(202, 18%, 55%)OKLCH
oklch(0.645 0.037 233.4)CMYK
cmyk(25%, 9%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#688495
2#5C7684
3#516774
4#455863
5#3A4953
6#2E3B42
7#232C32
8#171D21
9#0C0F11
Tints
Lighter variations
1#859DAA
2#93A8B4
3#A0B3BD
4#AEBDC7
5#BBC8D0
6#C9D3D9
7#D6DEE3
8#E4E9EC
9#F1F4F6
Tones
Muted variations
1#7A919F
2#7C919D
3#7E909B
4#809099
5#828F97
6#848E95
7#868E92
8#888D90
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 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC7 #BAC7CF | BordersInactive statesPlaceholder text |
| 400 | 96AA #96AAB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7892 #7892A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C76 #5C7684 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495E #495E69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3443 #34434B | 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: #D8DFE4;
--slate-gray-300: #BAC7CF;
--slate-gray-400: #96AAB6;
--slate-gray-500: #7892A1;
--slate-gray-600: #5C7684;
--slate-gray-700: #495E69;
--slate-gray-800: #34434B;
--slate-gray-900: #212B30;
--slate-gray-950: #151B1E;
}