Slate Gray
#7A969F
BlueColor Codes
All color formats for development
HEX
#7A969FRGB
rgb(122, 150, 159)HSL
hsl(195, 16%, 55%)OKLCH
oklch(0.655 0.034 219.3)CMYK
cmyk(23%, 6%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8892
2#5E7982
3#526A72
4#475B62
5#3B4C51
6#2F3D41
7#232D31
8#181E21
9#0C0F10
Tints
Lighter variations
1#87A0A8
2#95ABB2
3#A2B5BC
4#AFC0C5
5#BCCACF
6#CAD5D8
7#D7DFE2
8#E4EAEC
9#F2F4F5
Tones
Muted variations
1#7C959D
2#7E949B
3#7F9399
4#819297
5#839195
6#859094
7#878F92
8#898E90
9#8A8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC9 #BBC9CE | BordersInactive statesPlaceholder text |
| 400 | 97AD #97ADB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A95 #7A959F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E79 #5E7982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B60 #4B6068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3645 #36454A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C2F | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D9E1E3;
--slate-gray-300: #BBC9CE;
--slate-gray-400: #97ADB4;
--slate-gray-500: #7A959F;
--slate-gray-600: #5E7982;
--slate-gray-700: #4B6068;
--slate-gray-800: #36454A;
--slate-gray-900: #222C2F;
--slate-gray-950: #151C1E;
}