Slate Gray
#7D939B
BlueColor Codes
All color formats for development
HEX
#7D939BRGB
rgb(125, 147, 155)HSL
hsl(196, 13%, 55%)OKLCH
oklch(0.649 0.028 221.8)CMYK
cmyk(19%, 5%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E868F
2#62777F
3#55686F
4#49595F
5#3D4A4F
6#313C3F
7#252D30
8#181E20
9#0C0F10
Tints
Lighter variations
1#8A9EA5
2#97A9AF
3#A4B4B9
4#B1BEC3
5#BEC9CD
6#CBD4D7
7#D8DFE1
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7F939A
2#809298
3#829197
4#839095
5#859094
6#868F92
7#888E91
8#898E8F
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 | BDC8 #BDC8CC | BordersInactive statesPlaceholder text |
| 400 | 9AAB #9AABB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D93 #7D939B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6277 #62777F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5F #4E5F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374448 | 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: #BDC8CC;
--slate-gray-400: #9AABB1;
--slate-gray-500: #7D939B;
--slate-gray-600: #62777F;
--slate-gray-700: #4E5F65;
--slate-gray-800: #374448;
--slate-gray-900: #232B2E;
--slate-gray-950: #161B1D;
}