Slate Gray
#607E80
CyanColor Codes
All color formats for development
HEX
#607E80RGB
rgb(96, 126, 128)HSL
hsl(184, 14%, 44%)OKLCH
oklch(0.571 0.034 201.3)CMYK
cmyk(25%, 2%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#577173
2#4D6566
3#44585A
4#3A4B4D
5#303F40
6#273233
7#1D2626
8#13191A
9#0A0D0D
Tints
Lighter variations
1#6D8E90
2#7D9B9D
3#8DA7A9
4#9DB4B5
5#AEC0C2
6#BECDCE
7#CED9DA
8#DEE6E6
9#EFF2F3
Tones
Muted variations
1#627C7E
2#647B7D
3#657A7B
4#67787A
5#687778
6#6A7676
7#6B7475
8#6D7373
9#6F7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 99B1 #99B1B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9A #7C9A9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607E #607E80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D64 #4D6466 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFF0;
--slate-gray-200: #D9E2E2;
--slate-gray-300: #BCCBCD;
--slate-gray-400: #99B1B2;
--slate-gray-500: #7C9A9C;
--slate-gray-600: #607E80;
--slate-gray-700: #4D6466;
--slate-gray-800: #374749;
--slate-gray-900: #232E2F;
--slate-gray-950: #161D1D;
}