Slate Gray
#787CA1
BlueColor Codes
All color formats for development
HEX
#787CA1RGB
rgb(120, 124, 161)HSL
hsl(234, 18%, 55%)OKLCH
oklch(0.597 0.057 279.7)CMYK
cmyk(25%, 23%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#686C95
2#5C6084
3#515474
4#454863
5#3A3C53
6#2E3042
7#232432
8#171821
9#0C0C11
Tints
Lighter variations
1#8589AA
2#9396B4
3#A0A3BD
4#AEB0C7
5#BBBDD0
6#C9CAD9
7#D6D8E3
8#E4E5EC
9#F1F2F6
Tones
Muted variations
1#7A7D9F
2#7C7F9D
3#7E819B
4#808299
5#828497
6#848695
7#868792
8#888990
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D9 #D8D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABC #BABCCF | BordersInactive statesPlaceholder text |
| 400 | 9699 #9699B6 | Disabled statesSecondary iconsMuted text |
| 500 | 787C #787CA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C60 #5C6084 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494C #494C69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3437 #34374B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212330 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D8D9E4;
--slate-gray-300: #BABCCF;
--slate-gray-400: #9699B6;
--slate-gray-500: #787CA1;
--slate-gray-600: #5C6084;
--slate-gray-700: #494C69;
--slate-gray-800: #34374B;
--slate-gray-900: #212330;
--slate-gray-950: #15161E;
}