Slate Gray
#7E929A
BlueColor Codes
All color formats for development
HEX
#7E929ARGB
rgb(126, 146, 154)HSL
hsl(197, 12%, 55%)OKLCH
oklch(0.647 0.026 223.9)CMYK
cmyk(18%, 5%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F858D
2#63767E
3#56676E
4#4A595E
5#3E4A4F
6#313B3F
7#252C2F
8#191E1F
9#0C0F10
Tints
Lighter variations
1#8B9DA4
2#98A8AE
3#A5B3B8
4#B2BEC2
5#BFC9CD
6#CCD3D7
7#D8DEE1
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#809299
2#819197
3#839096
4#849095
5#858F93
6#878F92
7#888E90
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 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC7 #BDC7CB | BordersInactive statesPlaceholder text |
| 400 | 9BAA #9BAAB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E92 #7E929A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6376 #63767E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F5E #4F5E64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3843 #384347 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242B #242B2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | 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: #DAE0E2;
--slate-gray-300: #BDC7CB;
--slate-gray-400: #9BAAB0;
--slate-gray-500: #7E929A;
--slate-gray-600: #63767E;
--slate-gray-700: #4F5E64;
--slate-gray-800: #384347;
--slate-gray-900: #242B2E;
--slate-gray-950: #161B1D;
}