Slate Gray
#7B809D
BlueColor Codes
All color formats for development
HEX
#7B809DRGB
rgb(123, 128, 157)HSL
hsl(231, 15%, 55%)OKLCH
oklch(0.606 0.044 277.3)CMYK
cmyk(22%, 18%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7191
2#5F6481
3#535871
4#484B61
5#3C3F51
6#303241
7#242630
8#181920
9#0C0D10
Tints
Lighter variations
1#888DA7
2#959AB1
3#A3A6BB
4#B0B3C4
5#BDC0CE
6#CACCD8
7#D7D9E2
8#E5E6EB
9#F2F2F5
Tones
Muted variations
1#7D819C
2#7E839A
3#808498
4#828597
5#848695
6#858793
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 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBE #BCBECD | BordersInactive statesPlaceholder text |
| 400 | 989C #989CB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B80 #7B809D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F64 #5F6481 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C50 #4C5067 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3639 #363949 | 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: #EAEBF0;
--slate-gray-200: #D9DAE3;
--slate-gray-300: #BCBECD;
--slate-gray-400: #989CB3;
--slate-gray-500: #7B809D;
--slate-gray-600: #5F6481;
--slate-gray-700: #4C5067;
--slate-gray-800: #363949;
--slate-gray-900: #23252F;
--slate-gray-950: #16171D;
}