Slate Gray
#7A949F
BlueColor Codes
All color formats for development
HEX
#7A949FRGB
rgb(122, 148, 159)HSL
hsl(198, 16%, 55%)OKLCH
oklch(0.65 0.034 225.4)CMYK
cmyk(23%, 7%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A8692
2#5E7782
3#526872
4#475A62
5#3B4B51
6#2F3C41
7#232D31
8#181E21
9#0C0F10
Tints
Lighter variations
1#879EA8
2#95A9B2
3#A2B4BC
4#AFBFC5
5#BCC9CF
6#CAD4D8
7#D7DFE2
8#E4EAEC
9#F2F4F5
Tones
Muted variations
1#7C939D
2#7E929B
3#7F9199
4#819197
5#839095
6#858F94
7#878E92
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 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC8 #BBC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AB #97ABB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A94 #7A949F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E77 #5E7782 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5F #4B5F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3644 #36444A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B2F | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D9E0E3;
--slate-gray-300: #BBC8CE;
--slate-gray-400: #97ABB4;
--slate-gray-500: #7A949F;
--slate-gray-600: #5E7782;
--slate-gray-700: #4B5F68;
--slate-gray-800: #36444A;
--slate-gray-900: #222B2F;
--slate-gray-950: #151B1E;
}