Slate Gray
#7B829D
BlueColor Codes
All color formats for development
HEX
#7B829DRGB
rgb(123, 130, 157)HSL
hsl(228, 15%, 55%)OKLCH
oklch(0.61 0.042 273.7)CMYK
cmyk(22%, 17%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7391
2#5F6681
3#535971
4#484D61
5#3C4051
6#303341
7#242630
8#181A20
9#0C0D10
Tints
Lighter variations
1#888EA7
2#959BB1
3#A3A7BB
4#B0B4C4
5#BDC0CE
6#CACDD8
7#D7D9E2
8#E5E6EB
9#F2F2F5
Tones
Muted variations
1#7D839C
2#7E849A
3#808598
4#828697
5#848795
6#858893
7#878991
8#898A90
9#8B8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 989E #989EB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B82 #7B829D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F66 #5F6681 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C51 #4C5167 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D9DBE3;
--slate-gray-300: #BCBFCD;
--slate-gray-400: #989EB3;
--slate-gray-500: #7B829D;
--slate-gray-600: #5F6681;
--slate-gray-700: #4C5167;
--slate-gray-800: #363A49;
--slate-gray-900: #23252F;
--slate-gray-950: #16171D;
}