Slate Gray
#607480
BlueColor Codes
All color formats for development
HEX
#607480RGB
rgb(96, 116, 128)HSL
hsl(203, 14%, 44%)OKLCH
oklch(0.547 0.03 234.4)CMYK
cmyk(25%, 9%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#576873
2#4D5D66
3#44515A
4#3A464D
5#303A40
6#272E33
7#1D2326
8#13171A
9#0A0C0D
Tints
Lighter variations
1#6D8390
2#7D909D
3#8D9EA9
4#9DACB5
5#AEBAC2
6#BEC8CE
7#CED6DA
8#DEE3E6
9#EFF1F3
Tones
Muted variations
1#62737E
2#64737D
3#65737B
4#67727A
5#687278
6#6A7276
7#6B7175
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 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 99A9 #99A9B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C90 #7C909C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6074 #607480 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5C #4D5C66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | 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: #F6F8F8;
--slate-gray-100: #EBEEF0;
--slate-gray-200: #D9DFE2;
--slate-gray-300: #BCC6CD;
--slate-gray-400: #99A9B2;
--slate-gray-500: #7C909C;
--slate-gray-600: #607480;
--slate-gray-700: #4D5C66;
--slate-gray-800: #374249;
--slate-gray-900: #232A2F;
--slate-gray-950: #161A1D;
}