Slate Gray
#7580A3
BlueColor Codes
All color formats for development
HEX
#7580A3RGB
rgb(117, 128, 163)HSL
hsl(226, 20%, 55%)OKLCH
oklch(0.604 0.055 271.1)CMYK
cmyk(28%, 21%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#657197
2#5A6487
3#4F5876
4#434B65
5#383F54
6#2D3243
7#222632
8#161922
9#0B0D11
Tints
Lighter variations
1#838DAC
2#9199B6
3#9FA6BF
4#ACB3C8
5#BAC0D1
6#C8CCDA
7#D6D9E3
8#E3E6ED
9#F1F2F6
Tones
Muted variations
1#7881A1
2#7A829F
3#7C849C
4#7E859A
5#818698
6#838795
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 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BE #B9BED0 | BordersInactive statesPlaceholder text |
| 400 | 949C #949CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7580 #7580A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A64 #5A6487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4750 #47506B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3339 #33394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | 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: #D7DAE4;
--slate-gray-300: #B9BED0;
--slate-gray-400: #949CB8;
--slate-gray-500: #7580A3;
--slate-gray-600: #5A6487;
--slate-gray-700: #47506B;
--slate-gray-800: #33394D;
--slate-gray-900: #212431;
--slate-gray-950: #14171F;
}