Slate Gray
#606D80
BlueColor Codes
All color formats for development
HEX
#606D80RGB
rgb(96, 109, 128)HSL
hsl(216, 14%, 44%)OKLCH
oklch(0.531 0.034 257.8)CMYK
cmyk(25%, 15%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#576273
2#4D5766
3#444C5A
4#3A414D
5#303740
6#272C33
7#1D2126
8#13161A
9#0A0B0D
Tints
Lighter variations
1#6D7B90
2#7D8A9D
3#8D98A9
4#9DA7B5
5#AEB6C2
6#BEC4CE
7#CED3DA
8#DEE2E6
9#EFF0F3
Tones
Muted variations
1#626D7E
2#646E7D
3#656E7B
4#676E7A
5#686F78
6#6A6F76
7#6B6F75
8#6D7073
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC3 #BCC3CD | BordersInactive statesPlaceholder text |
| 400 | 99A3 #99A3B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C89 #7C899C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606D #606D80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D57 #4D5766 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373E #373E49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2328 #23282F | 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: #EBEDF0;
--slate-gray-200: #D9DDE2;
--slate-gray-300: #BCC3CD;
--slate-gray-400: #99A3B2;
--slate-gray-500: #7C899C;
--slate-gray-600: #606D80;
--slate-gray-700: #4D5766;
--slate-gray-800: #373E49;
--slate-gray-900: #23282F;
--slate-gray-950: #16191D;
}