Slate Gray
#606C80
BlueColor Codes
All color formats for development
HEX
#606C80RGB
rgb(96, 108, 128)HSL
hsl(218, 14%, 44%)OKLCH
oklch(0.529 0.035 260.6)CMYK
cmyk(25%, 16%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#576173
2#4D5666
3#444C5A
4#3A414D
5#303640
6#272B33
7#1D2026
8#13161A
9#0A0B0D
Tints
Lighter variations
1#6D7A90
2#7D889D
3#8D97A9
4#9DA6B5
5#AEB5C2
6#BEC4CE
7#CED3DA
8#DEE1E6
9#EFF0F3
Tones
Muted variations
1#626C7E
2#646D7D
3#656D7B
4#676E7A
5#686E78
6#6A6F76
7#6B6F75
8#6D6F73
9#6F7072
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 | D9DD #D9DDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC2 #BCC2CD | BordersInactive statesPlaceholder text |
| 400 | 99A2 #99A2B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C88 #7C889C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606C #606C80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D56 #4D5666 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373D #373D49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | 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: #D9DDE2;
--slate-gray-300: #BCC2CD;
--slate-gray-400: #99A2B2;
--slate-gray-500: #7C889C;
--slate-gray-600: #606C80;
--slate-gray-700: #4D5666;
--slate-gray-800: #373D49;
--slate-gray-900: #23272F;
--slate-gray-950: #16191D;
}