Slate Gray
#7883A1
BlueColor Codes
All color formats for development
HEX
#7883A1RGB
rgb(120, 131, 161)HSL
hsl(224, 18%, 55%)OKLCH
oklch(0.612 0.047 269.2)CMYK
cmyk(25%, 19%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687495
2#5C6784
3#515A74
4#454D63
5#3A4053
6#2E3342
7#232732
8#171A21
9#0C0D11
Tints
Lighter variations
1#858FAA
2#939BB4
3#A0A8BD
4#AEB4C7
5#BBC1D0
6#C9CDD9
7#D6DAE3
8#E4E6EC
9#F1F3F6
Tones
Muted variations
1#7A849F
2#7C859D
3#7E869B
4#808699
5#828797
6#848895
7#868992
8#888A90
9#8A8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BABF #BABFCF | BordersInactive statesPlaceholder text |
| 400 | 969E #969EB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7883 #7883A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C67 #5C6784 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4952 #495269 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343A #343A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212530 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D8DBE4;
--slate-gray-300: #BABFCF;
--slate-gray-400: #969EB6;
--slate-gray-500: #7883A1;
--slate-gray-600: #5C6784;
--slate-gray-700: #495269;
--slate-gray-800: #343A4B;
--slate-gray-900: #212530;
--slate-gray-950: #15171E;
}