Slate Gray
#787EA1
BlueColor Codes
All color formats for development
HEX
#787EA1RGB
rgb(120, 126, 161)HSL
hsl(231, 18%, 55%)OKLCH
oklch(0.601 0.054 277.1)CMYK
cmyk(25%, 22%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#686E95
2#5C6284
3#515674
4#454A63
5#3A3D53
6#2E3142
7#232532
8#171921
9#0C0C11
Tints
Lighter variations
1#858BAA
2#9398B4
3#A0A5BD
4#AEB1C7
5#BBBED0
6#C9CBD9
7#D6D8E3
8#E4E5EC
9#F1F2F6
Tones
Muted variations
1#7A7F9F
2#7C819D
3#7E829B
4#808499
5#828597
6#848695
7#868892
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 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABD #BABDCF | BordersInactive statesPlaceholder text |
| 400 | 969B #969BB6 | Disabled statesSecondary iconsMuted text |
| 500 | 787E #787EA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C62 #5C6284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494E #494E69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212430 | 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: #D8DAE4;
--slate-gray-300: #BABDCF;
--slate-gray-400: #969BB6;
--slate-gray-500: #787EA1;
--slate-gray-600: #5C6284;
--slate-gray-700: #494E69;
--slate-gray-800: #34384B;
--slate-gray-900: #212430;
--slate-gray-950: #15161E;
}