Slate Gray
#7B7E9D
BlueColor Codes
All color formats for development
HEX
#7B7E9DRGB
rgb(123, 126, 157)HSL
hsl(235, 15%, 55%)OKLCH
oklch(0.602 0.047 280.5)CMYK
cmyk(22%, 20%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B6E91
2#5F6281
3#535671
4#484A61
5#3C3D51
6#303141
7#242530
8#181920
9#0C0C10
Tints
Lighter variations
1#888BA7
2#9598B1
3#A3A5BB
4#B0B2C4
5#BDBECE
6#CACBD8
7#D7D8E2
8#E5E5EB
9#F2F2F5
Tones
Muted variations
1#7D7F9C
2#7E819A
3#808298
4#828497
5#848595
6#858793
7#878891
8#898990
9#8B8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBD #BCBDCD | BordersInactive statesPlaceholder text |
| 400 | 989B #989BB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B7E #7B7E9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F62 #5F6281 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C4E #4C4E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3638 #363849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2324 #23242F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F8;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D9DAE3;
--slate-gray-300: #BCBDCD;
--slate-gray-400: #989BB3;
--slate-gray-500: #7B7E9D;
--slate-gray-600: #5F6281;
--slate-gray-700: #4C4E67;
--slate-gray-800: #363849;
--slate-gray-900: #23242F;
--slate-gray-950: #16161D;
}