Slate Gray
#607180
BlueColor Codes
All color formats for development
HEX
#607180RGB
rgb(96, 113, 128)HSL
hsl(208, 14%, 44%)OKLCH
oklch(0.54 0.031 245)CMYK
cmyk(25%, 12%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#576673
2#4D5B66
3#444F5A
4#3A444D
5#303940
6#272D33
7#1D2226
8#13171A
9#0A0B0D
Tints
Lighter variations
1#6D8090
2#7D8E9D
3#8D9CA9
4#9DAAB5
5#AEB8C2
6#BEC6CE
7#CED5DA
8#DEE3E6
9#EFF1F3
Tones
Muted variations
1#62717E
2#64717D
3#65717B
4#67717A
5#687178
6#6A7176
7#6B7175
8#6D7073
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC5 #BCC5CD | BordersInactive statesPlaceholder text |
| 400 | 99A7 #99A7B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8D #7C8D9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6071 #607180 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5A #4D5A66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3740 #374049 | 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: #EBEDF0;
--slate-gray-200: #D9DEE2;
--slate-gray-300: #BCC5CD;
--slate-gray-400: #99A7B2;
--slate-gray-500: #7C8D9C;
--slate-gray-600: #607180;
--slate-gray-700: #4D5A66;
--slate-gray-800: #374049;
--slate-gray-900: #23292F;
--slate-gray-950: #161A1D;
}