Slate Gray
#7582A3
BlueColor Codes
All color formats for development
HEX
#7582A3RGB
rgb(117, 130, 163)HSL
hsl(223, 20%, 55%)OKLCH
oklch(0.608 0.053 268)CMYK
cmyk(28%, 20%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#657397
2#5A6687
3#4F5A76
4#434D65
5#384054
6#2D3343
7#222632
8#161A22
9#0B0D11
Tints
Lighter variations
1#838FAC
2#919BB6
3#9FA8BF
4#ACB4C8
5#BAC1D1
6#C8CDDA
7#D6DAE3
8#E3E6ED
9#F1F3F6
Tones
Muted variations
1#7883A1
2#7A849F
3#7C859C
4#7E869A
5#818798
6#838895
7#858993
8#888A91
9#8A8B8F
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 | D7DB #D7DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BF #B9BFD0 | BordersInactive statesPlaceholder text |
| 400 | 949E #949EB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7582 #7582A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A66 #5A6687 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4752 #47526B | 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: #EAECF1;
--slate-gray-200: #D7DBE4;
--slate-gray-300: #B9BFD0;
--slate-gray-400: #949EB8;
--slate-gray-500: #7582A3;
--slate-gray-600: #5A6687;
--slate-gray-700: #47526B;
--slate-gray-800: #333A4D;
--slate-gray-900: #212531;
--slate-gray-950: #14171F;
}