Slate Gray
#7577A3
BlueColor Codes
All color formats for development
HEX
#7577A3RGB
rgb(117, 119, 163)HSL
hsl(237, 20%, 55%)OKLCH
oklch(0.585 0.067 282.1)CMYK
cmyk(28%, 27%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#656897
2#5A5C87
3#4F5176
4#434565
5#383A54
6#2D2E43
7#222332
8#161722
9#0B0C11
Tints
Lighter variations
1#8385AC
2#9193B6
3#9FA0BF
4#ACAEC8
5#BABBD1
6#C8C9DA
7#D6D6E3
8#E3E4ED
9#F1F1F6
Tones
Muted variations
1#787AA1
2#7A7C9F
3#7C7E9C
4#7E809A
5#818298
6#838495
7#858693
8#888891
9#8A8A8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BA #B9BAD0 | BordersInactive statesPlaceholder text |
| 400 | 9496 #9496B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7578 #7578A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5C #5A5C87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4749 #47496B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3334 #33344D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF1;
--slate-gray-200: #D7D8E4;
--slate-gray-300: #B9BAD0;
--slate-gray-400: #9496B8;
--slate-gray-500: #7578A3;
--slate-gray-600: #5A5C87;
--slate-gray-700: #47496B;
--slate-gray-800: #33344D;
--slate-gray-900: #212131;
--slate-gray-950: #14151F;
}