Slate Gray
#7A839F
BlueColor Codes
All color formats for development
HEX
#7A839FRGB
rgb(122, 131, 159)HSL
hsl(225, 16%, 55%)OKLCH
oklch(0.613 0.044 271.1)CMYK
cmyk(23%, 18%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7492
2#5E6782
3#525A72
4#474D62
5#3B4151
6#2F3441
7#232731
8#181A21
9#0C0D10
Tints
Lighter variations
1#878FA8
2#959CB2
3#A2A8BC
4#AFB5C5
5#BCC1CF
6#CACDD8
7#D7DAE2
8#E4E6EC
9#F2F3F5
Tones
Muted variations
1#7C849D
2#7E859B
3#7F8699
4#818797
5#838895
6#858994
7#878992
8#898A90
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 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC0 #BBC0CE | BordersInactive statesPlaceholder text |
| 400 | 979F #979FB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A83 #7A839F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E67 #5E6782 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B52 #4B5268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #22262F | 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: #D9DBE3;
--slate-gray-300: #BBC0CE;
--slate-gray-400: #979FB4;
--slate-gray-500: #7A839F;
--slate-gray-600: #5E6782;
--slate-gray-700: #4B5268;
--slate-gray-800: #363B4A;
--slate-gray-900: #22262F;
--slate-gray-950: #15171E;
}