Slate Gray
#5A6A87
BlueColor Codes
All color formats for development
HEX
#5A6A87RGB
rgb(90, 106, 135)HSL
hsl(219, 20%, 44%)OKLCH
oklch(0.522 0.05 262.2)CMYK
cmyk(33%, 21%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#515F79
2#48546C
3#3F4A5E
4#363F51
5#2D3543
6#242A36
7#1B2028
8#12151B
9#090B0D
Tints
Lighter variations
1#657798
2#7686A4
3#8795AF
4#98A4BA
5#A9B3C6
6#BAC2D1
7#CCD2DD
8#DDE1E8
9#EEF0F4
Tones
Muted variations
1#5C6A84
2#5E6B82
3#606B80
4#636C7E
5#656D7B
6#676E79
7#696E77
8#6C6F75
9#6E7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C1 #B9C1D0 | BordersInactive statesPlaceholder text |
| 400 | 94A0 #94A0B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7585 #7585A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A69 #5A6987 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4754 #47546B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333C #333C4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212631 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF1;
--slate-gray-200: #D7DCE4;
--slate-gray-300: #B9C1D0;
--slate-gray-400: #94A0B8;
--slate-gray-500: #7585A3;
--slate-gray-600: #5A6987;
--slate-gray-700: #47546B;
--slate-gray-800: #333C4D;
--slate-gray-900: #212631;
--slate-gray-950: #14181F;
}