Slate Gray
#5A6687
BlueColor Codes
All color formats for development
HEX
#5A6687RGB
rgb(90, 102, 135)HSL
hsl(224, 20%, 44%)OKLCH
oklch(0.513 0.055 269)CMYK
cmyk(33%, 24%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#515C79
2#48516C
3#3F475E
4#363D51
5#2D3343
6#242936
7#1B1F28
8#12141B
9#090A0D
Tints
Lighter variations
1#657398
2#7682A4
3#8792AF
4#98A1BA
5#A9B1C6
6#BAC1D1
7#CCD0DD
8#DDE0E8
9#EEEFF4
Tones
Muted variations
1#5C6784
2#5E6882
3#606980
4#636A7E
5#656B7B
6#676C79
7#696D77
8#6C6E75
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BF #B9BFD0 | BordersInactive statesPlaceholder text |
| 400 | 949D #949DB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7582 #7582A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A66 #5A6687 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4751 #47516B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333A #333A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEBF1;
--slate-gray-200: #D7DBE4;
--slate-gray-300: #B9BFD0;
--slate-gray-400: #949DB8;
--slate-gray-500: #7582A3;
--slate-gray-600: #5A6687;
--slate-gray-700: #47516B;
--slate-gray-800: #333A4D;
--slate-gray-900: #212531;
--slate-gray-950: #14171F;
}