Slate Gray
#788AA1
BlueColor Codes
All color formats for development
HEX
#788AA1RGB
rgb(120, 138, 161)HSL
hsl(214, 18%, 55%)OKLCH
oklch(0.627 0.041 254.7)CMYK
cmyk(25%, 14%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687B95
2#5C6E84
3#516074
4#455263
5#3A4453
6#2E3742
7#232932
8#171B21
9#0C0E11
Tints
Lighter variations
1#8595AA
2#93A1B4
3#A0ADBD
4#AEB8C7
5#BBC4D0
6#C9D0D9
7#D6DCE3
8#E4E7EC
9#F1F3F6
Tones
Muted variations
1#7A8A9F
2#7C8A9D
3#7E8A9B
4#808B99
5#828B97
6#848B95
7#868B92
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 | BAC3 #BAC3CF | BordersInactive statesPlaceholder text |
| 400 | 96A4 #96A4B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7889 #7889A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C6E #5C6E84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4957 #495769 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343E #343E4B | 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: #BAC3CF;
--slate-gray-400: #96A4B6;
--slate-gray-500: #7889A1;
--slate-gray-600: #5C6E84;
--slate-gray-700: #495769;
--slate-gray-800: #343E4B;
--slate-gray-900: #212830;
--slate-gray-950: #15191E;
}