Slate Gray
#606080
BlueColor Codes
All color formats for development
HEX
#606080RGB
rgb(96, 96, 128)HSL
hsl(240, 14%, 44%)OKLCH
oklch(0.502 0.051 284.4)CMYK
cmyk(25%, 25%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#575773
2#4D4D66
3#44445A
4#3A3A4D
5#303040
6#272733
7#1D1D26
8#13131A
9#0A0A0D
Tints
Lighter variations
1#6D6D90
2#7D7D9D
3#8D8DA9
4#9D9DB5
5#AEAEC2
6#BEBECE
7#CECEDA
8#DEDEE6
9#EFEFF3
Tones
Muted variations
1#62627E
2#64647D
3#65657B
4#67677A
5#686878
6#6A6A76
7#6B6B75
8#6D6D73
9#6F6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9999 #9999B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C7C #7C7C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6060 #606080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D4D #4D4D66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3737 #373749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F8;
--slate-gray-100: #EBEBF0;
--slate-gray-200: #D9D9E2;
--slate-gray-300: #BCBCCD;
--slate-gray-400: #9999B2;
--slate-gray-500: #7C7C9C;
--slate-gray-600: #606080;
--slate-gray-700: #4D4D66;
--slate-gray-800: #373749;
--slate-gray-900: #23232F;
--slate-gray-950: #16161D;
}