Slate Gray
#606780
BlueColor Codes
All color formats for development
HEX
#606780RGB
rgb(96, 103, 128)HSL
hsl(227, 14%, 44%)OKLCH
oklch(0.517 0.041 272.7)CMYK
cmyk(25%, 20%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#575D73
2#4D5366
3#44485A
4#3A3E4D
5#303440
6#272933
7#1D1F26
8#13151A
9#0A0A0D
Tints
Lighter variations
1#6D7490
2#7D849D
3#8D93A9
4#9DA3B5
5#AEB2C2
6#BEC1CE
7#CED1DA
8#DEE0E6
9#EFF0F3
Tones
Muted variations
1#62687E
2#64697D
3#656A7B
4#676B7A
5#686C78
6#6A6D76
7#6B6E75
8#6D6E73
9#6F6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC0 #BCC0CD | BordersInactive statesPlaceholder text |
| 400 | 999F #999FB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C83 #7C839C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6067 #606780 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D52 #4D5266 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373B #373B49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBECF0;
--slate-gray-200: #D9DBE2;
--slate-gray-300: #BCC0CD;
--slate-gray-400: #999FB2;
--slate-gray-500: #7C839C;
--slate-gray-600: #606780;
--slate-gray-700: #4D5266;
--slate-gray-800: #373B49;
--slate-gray-900: #23262F;
--slate-gray-950: #16171D;
}