Slate Gray
#7882A1
BlueColor Codes
All color formats for development
HEX
#7882A1RGB
rgb(120, 130, 161)HSL
hsl(225, 18%, 55%)OKLCH
oklch(0.61 0.049 270.9)CMYK
cmyk(25%, 19%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687395
2#5C6684
3#515974
4#454D63
5#3A4053
6#2E3342
7#232632
8#171A21
9#0C0D11
Tints
Lighter variations
1#858EAA
2#939BB4
3#A0A7BD
4#AEB4C7
5#BBC0D0
6#C9CDD9
7#D6D9E3
8#E4E6EC
9#F1F2F6
Tones
Muted variations
1#7A839F
2#7C849D
3#7E859B
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 | 7882 #7882A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C66 #5C6684 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4951 #495169 | 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: #7882A1;
--slate-gray-600: #5C6684;
--slate-gray-700: #495169;
--slate-gray-800: #343A4B;
--slate-gray-900: #212530;
--slate-gray-950: #15171E;
}