Slate Gray
#606A80
BlueColor Codes
All color formats for development
HEX
#606A80RGB
rgb(96, 106, 128)HSL
hsl(221, 14%, 44%)OKLCH
oklch(0.524 0.037 265.9)CMYK
cmyk(25%, 17%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#576073
2#4D5566
3#444B5A
4#3A404D
5#303540
6#272B33
7#1D2026
8#13151A
9#0A0B0D
Tints
Lighter variations
1#6D7890
2#7D879D
3#8D96A9
4#9DA5B5
5#AEB4C2
6#BEC3CE
7#CED2DA
8#DEE1E6
9#EFF0F3
Tones
Muted variations
1#626B7E
2#646C7D
3#656C7B
4#676D7A
5#686D78
6#6A6E76
7#6B6E75
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 | D9DC #D9DCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 99A1 #99A1B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C86 #7C869C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606A #606A80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D55 #4D5566 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | 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: #D9DCE2;
--slate-gray-300: #BCC1CD;
--slate-gray-400: #99A1B2;
--slate-gray-500: #7C869C;
--slate-gray-600: #606A80;
--slate-gray-700: #4D5566;
--slate-gray-800: #373C49;
--slate-gray-900: #23272F;
--slate-gray-950: #16181D;
}