Slate Gray
#7A849F
BlueColor Codes
All color formats for development
HEX
#7A849FRGB
rgb(122, 132, 159)HSL
hsl(224, 16%, 55%)OKLCH
oklch(0.615 0.043 269.2)CMYK
cmyk(23%, 17%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A7592
2#5E6882
3#525B72
4#474E62
5#3B4151
6#2F3441
7#232731
8#181A21
9#0C0D10
Tints
Lighter variations
1#8790A8
2#959CB2
3#A2A9BC
4#AFB5C5
5#BCC1CF
6#CACED8
7#D7DAE2
8#E4E6EC
9#F2F3F5
Tones
Muted variations
1#7C859D
2#7E859B
3#7F8699
4#818797
5#838895
6#858994
7#878A92
8#898B90
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 | 7A84 #7A849F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E68 #5E6882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B53 #4B5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #22262F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | 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: #7A849F;
--slate-gray-600: #5E6882;
--slate-gray-700: #4B5368;
--slate-gray-800: #363B4A;
--slate-gray-900: #22262F;
--slate-gray-950: #15181E;
}