Slate Gray
#7B7C9D
BlueColor Codes
All color formats for development
HEX
#7B7C9DRGB
rgb(123, 124, 157)HSL
hsl(238, 15%, 55%)OKLCH
oklch(0.598 0.05 283.4)CMYK
cmyk(22%, 21%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B6D91
2#5F6081
3#535471
4#484861
5#3C3C51
6#303041
7#242430
8#181820
9#0C0C10
Tints
Lighter variations
1#8889A7
2#9596B1
3#A3A3BB
4#B0B1C4
5#BDBECE
6#CACBD8
7#D7D8E2
8#E5E5EB
9#F2F2F5
Tones
Muted variations
1#7D7E9C
2#7E7F9A
3#808198
4#828397
5#848495
6#858693
7#878791
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 | D9D9 #D9D9E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9899 #9899B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B7C #7B7C9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F60 #5F6081 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C4D #4C4D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3637 #363749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | 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: #D9D9E3;
--slate-gray-300: #BCBCCD;
--slate-gray-400: #9899B3;
--slate-gray-500: #7B7C9D;
--slate-gray-600: #5F6081;
--slate-gray-700: #4C4D67;
--slate-gray-800: #363749;
--slate-gray-900: #23232F;
--slate-gray-950: #16161D;
}