Slate Gray
#607880
BlueColor Codes
All color formats for development
HEX
#607880RGB
rgb(96, 120, 128)HSL
hsl(195, 14%, 44%)OKLCH
oklch(0.556 0.031 220.1)CMYK
cmyk(25%, 6%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#576C73
2#4D6066
3#44545A
4#3A484D
5#303C40
6#273033
7#1D2426
8#13181A
9#0A0C0D
Tints
Lighter variations
1#6D8790
2#7D959D
3#8DA2A9
4#9DAFB5
5#AEBDC2
6#BECACE
7#CED7DA
8#DEE4E6
9#EFF2F3
Tones
Muted variations
1#62777E
2#64767D
3#65767B
4#67757A
5#687478
6#6A7376
7#6B7375
8#6D7273
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 | D9E0 #D9E0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC8 #BCC8CD | BordersInactive statesPlaceholder text |
| 400 | 99AC #99ACB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C94 #7C949C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6078 #607880 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5F #4D5F66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374449 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | 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: #D9E0E2;
--slate-gray-300: #BCC8CD;
--slate-gray-400: #99ACB2;
--slate-gray-500: #7C949C;
--slate-gray-600: #607880;
--slate-gray-700: #4D5F66;
--slate-gray-800: #374449;
--slate-gray-900: #232C2F;
--slate-gray-950: #161B1D;
}