Slate Gray
#7E909A
BlueColor Codes
All color formats for development
HEX
#7E909ARGB
rgb(126, 144, 154)HSL
hsl(201, 12%, 55%)OKLCH
oklch(0.642 0.026 232.1)CMYK
cmyk(18%, 6%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F838D
2#63747E
3#56666E
4#4A575E
5#3E494F
6#313A3F
7#252C2F
8#191D1F
9#0C0F10
Tints
Lighter variations
1#8B9BA4
2#98A7AE
3#A5B2B8
4#B2BDC2
5#BFC8CD
6#CCD3D7
7#D8DEE1
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#809099
2#819097
3#838F96
4#848F95
5#858E93
6#878E92
7#888D90
8#898D8F
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADF #DADFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC6 #BDC6CB | BordersInactive statesPlaceholder text |
| 400 | 9BA9 #9BA9B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E90 #7E909A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6374 #63747E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5C #4F5C64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3842 #384247 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242A #242A2E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEEEF;
--slate-gray-200: #DADFE2;
--slate-gray-300: #BDC6CB;
--slate-gray-400: #9BA9B0;
--slate-gray-500: #7E909A;
--slate-gray-600: #63747E;
--slate-gray-700: #4F5C64;
--slate-gray-800: #384247;
--slate-gray-900: #242A2E;
--slate-gray-950: #161A1D;
}