Slate Gray
#607580
BlueColor Codes
All color formats for development
HEX
#607580RGB
rgb(96, 117, 128)HSL
hsl(201, 14%, 44%)OKLCH
oklch(0.549 0.03 230.8)CMYK
cmyk(25%, 9%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#576973
2#4D5E66
3#44525A
4#3A464D
5#303A40
6#272F33
7#1D2326
8#13171A
9#0A0C0D
Tints
Lighter variations
1#6D8490
2#7D929D
3#8D9FA9
4#9DADB5
5#AEBBC2
6#BEC8CE
7#CED6DA
8#DEE4E6
9#EFF1F3
Tones
Muted variations
1#62747E
2#64747D
3#65737B
4#67737A
5#687378
6#6A7276
7#6B7275
8#6D7173
9#6F7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 99A9 #99A9B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C91 #7C919C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6075 #607580 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5D #4D5D66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374249 | 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: #EBEEF0;
--slate-gray-200: #D9DFE2;
--slate-gray-300: #BCC7CD;
--slate-gray-400: #99A9B2;
--slate-gray-500: #7C919C;
--slate-gray-600: #607580;
--slate-gray-700: #4D5D66;
--slate-gray-800: #374249;
--slate-gray-900: #232B2F;
--slate-gray-950: #161B1D;
}