Slate Gray
#7B8D9D
BlueColor Codes
All color formats for development
HEX
#7B8D9DRGB
rgb(123, 141, 157)HSL
hsl(208, 15%, 55%)OKLCH
oklch(0.635 0.032 245.1)CMYK
cmyk(22%, 10%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7F91
2#5F7181
3#536371
4#485561
5#3C4751
6#303941
7#242A30
8#181C20
9#0C0E10
Tints
Lighter variations
1#8899A7
2#95A4B1
3#A3AFBB
4#B0BBC4
5#BDC6CE
6#CAD2D8
7#D7DDE2
8#E5E8EB
9#F2F4F5
Tones
Muted variations
1#7D8D9C
2#7E8D9A
3#808D98
4#828D97
5#848D95
6#858D93
7#878D91
8#898C90
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC5 #BCC5CD | BordersInactive statesPlaceholder text |
| 400 | 98A7 #98A7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8D #7B8D9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F71 #5F7181 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5A #4C5A67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3640 #364049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EAEDF0;
--slate-gray-200: #D9DEE3;
--slate-gray-300: #BCC5CD;
--slate-gray-400: #98A7B3;
--slate-gray-500: #7B8D9D;
--slate-gray-600: #5F7181;
--slate-gray-700: #4C5A67;
--slate-gray-800: #364049;
--slate-gray-900: #23292F;
--slate-gray-950: #161A1D;
}