Slate Gray
#7B949D
BlueColor Codes
All color formats for development
HEX
#7B949DRGB
rgb(123, 148, 157)HSL
hsl(196, 15%, 55%)OKLCH
oklch(0.65 0.031 221.6)CMYK
cmyk(22%, 6%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8791
2#5F7881
3#536971
4#485A61
5#3C4B51
6#303C41
7#242D30
8#181E20
9#0C0F10
Tints
Lighter variations
1#889FA7
2#95AAB1
3#A3B4BB
4#B0BFC4
5#BDCACE
6#CAD4D8
7#D7DFE2
8#E5EAEB
9#F2F4F5
Tones
Muted variations
1#7D939C
2#7E939A
3#809298
4#829197
5#849095
6#858F93
7#878F91
8#898E90
9#8B8D8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC8 #BCC8CD | BordersInactive statesPlaceholder text |
| 400 | 98AC #98ACB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B94 #7B949D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F78 #5F7881 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5F #4C5F67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3644 #364449 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | 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: #EAEEF0;
--slate-gray-200: #D9E0E3;
--slate-gray-300: #BCC8CD;
--slate-gray-400: #98ACB3;
--slate-gray-500: #7B949D;
--slate-gray-600: #5F7881;
--slate-gray-700: #4C5F67;
--slate-gray-800: #364449;
--slate-gray-900: #232C2F;
--slate-gray-950: #161B1D;
}