Slate Gray
#788BA1
BlueColor Codes
All color formats for development
HEX
#788BA1RGB
rgb(120, 139, 161)HSL
hsl(212, 18%, 55%)OKLCH
oklch(0.629 0.04 252.2)CMYK
cmyk(25%, 14%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687D95
2#5C6F84
3#516174
4#455363
5#3A4553
6#2E3742
7#232A32
8#171C21
9#0C0E11
Tints
Lighter variations
1#8596AA
2#93A2B4
3#A0AEBD
4#AEB9C7
5#BBC5D0
6#C9D1D9
7#D6DCE3
8#E4E8EC
9#F1F3F6
Tones
Muted variations
1#7A8B9F
2#7C8B9D
3#7E8B9B
4#808B99
5#828C97
6#848C95
7#868C92
8#888C90
9#8A8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC4 #BAC4CF | BordersInactive statesPlaceholder text |
| 400 | 96A5 #96A5B6 | Disabled statesSecondary iconsMuted text |
| 500 | 788B #788BA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6F #5C6F84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4958 #495869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343F #343F4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2128 #212830 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D8DDE4;
--slate-gray-300: #BAC4CF;
--slate-gray-400: #96A5B6;
--slate-gray-500: #788BA1;
--slate-gray-600: #5C6F84;
--slate-gray-700: #495869;
--slate-gray-800: #343F4B;
--slate-gray-900: #212830;
--slate-gray-950: #15191E;
}