Slate Gray
#7A939F
BlueColor Codes
All color formats for development
HEX
#7A939FRGB
rgb(122, 147, 159)HSL
hsl(199, 16%, 55%)OKLCH
oklch(0.648 0.034 228.5)CMYK
cmyk(23%, 8%, 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#475962
5#3B4A51
6#2F3B41
7#232D31
8#181E21
9#0C0F10
Tints
Lighter variations
1#879EA8
2#95A9B2
3#A2B3BC
4#AFBEC5
5#BCC9CF
6#CAD4D8
7#D7DFE2
8#E4E9EC
9#F2F4F5
Tones
Muted variations
1#7C929D
2#7E929B
3#7F9199
4#819097
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 | 7A93 #7A939F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E77 #5E7782 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5E #4B5E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3643 #36434A | 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: #7A939F;
--slate-gray-600: #5E7782;
--slate-gray-700: #4B5E68;
--slate-gray-800: #36434A;
--slate-gray-900: #222B2F;
--slate-gray-950: #151B1E;
}