Slate Gray
#7D929B
BlueColor Codes
All color formats for development
HEX
#7D929BRGB
rgb(125, 146, 155)HSL
hsl(198, 13%, 55%)OKLCH
oklch(0.646 0.028 225.6)CMYK
cmyk(19%, 6%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E858F
2#62767F
3#55676F
4#49595F
5#3D4A4F
6#313B3F
7#252C30
8#181E20
9#0C0F10
Tints
Lighter variations
1#8A9DA5
2#97A8AF
3#A4B3B9
4#B1BEC3
5#BEC9CD
6#CBD3D7
7#D8DEE1
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7F929A
2#809198
3#829097
4#839095
5#858F94
6#868F92
7#888E91
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 #BDC7CC | BordersInactive statesPlaceholder text |
| 400 | 9AAA #9AAAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D92 #7D929B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6276 #62767F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5E #4E5E65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3743 #374348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2E | 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: #BDC7CC;
--slate-gray-400: #9AAAB1;
--slate-gray-500: #7D929B;
--slate-gray-600: #62767F;
--slate-gray-700: #4E5E65;
--slate-gray-800: #374348;
--slate-gray-900: #232B2E;
--slate-gray-950: #161B1D;
}