Slate Gray
#787FA1
BlueColor Codes
All color formats for development
HEX
#787FA1RGB
rgb(120, 127, 161)HSL
hsl(230, 18%, 55%)OKLCH
oklch(0.603 0.052 275.6)CMYK
cmyk(25%, 21%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#686F95
2#5C6384
3#515674
4#454A63
5#3A3E53
6#2E3142
7#232532
8#171921
9#0C0C11
Tints
Lighter variations
1#858BAA
2#9398B4
3#A0A5BD
4#AEB2C7
5#BBBFD0
6#C9CCD9
7#D6D8E3
8#E4E5EC
9#F1F2F6
Tones
Muted variations
1#7A809F
2#7C819D
3#7E839B
4#808499
5#828597
6#848795
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 | 5C63 #5C6384 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 494F #494F69 | 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: #5C6384;
--slate-gray-700: #494F69;
--slate-gray-800: #34384B;
--slate-gray-900: #212430;
--slate-gray-950: #15161E;
}