Slate Gray
#7B919D
BlueColor Codes
All color formats for development
HEX
#7B919DRGB
rgb(123, 145, 157)HSL
hsl(201, 15%, 55%)OKLCH
oklch(0.643 0.031 231.8)CMYK
cmyk(22%, 8%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8491
2#5F7581
3#536771
4#485861
5#3C4951
6#303B41
7#242C30
8#181D20
9#0C0F10
Tints
Lighter variations
1#889CA7
2#95A7B1
3#A3B2BB
4#B0BDC4
5#BDC8CE
6#CAD3D8
7#D7DEE2
8#E5E9EB
9#F2F4F5
Tones
Muted variations
1#7D919C
2#7E909A
3#809098
4#828F97
5#848F95
6#858E93
7#878E91
8#898D90
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 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 98AA #98AAB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B91 #7B919D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F75 #5F7581 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5D #4C5D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3643 #364349 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2F | 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: #D9DFE3;
--slate-gray-300: #BCC7CD;
--slate-gray-400: #98AAB3;
--slate-gray-500: #7B919D;
--slate-gray-600: #5F7581;
--slate-gray-700: #4C5D67;
--slate-gray-800: #364349;
--slate-gray-900: #232B2F;
--slate-gray-950: #161B1D;
}