Slate Gray
#7578A3
BlueColor Codes
All color formats for development
HEX
#7578A3RGB
rgb(117, 120, 163)HSL
hsl(236, 20%, 55%)OKLCH
oklch(0.587 0.066 281.1)CMYK
cmyk(28%, 26%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#656897
2#5A5D87
3#4F5176
4#434665
5#383A54
6#2D2E43
7#222332
8#161722
9#0B0C11
Tints
Lighter variations
1#8386AC
2#9193B6
3#9FA1BF
4#ACAEC8
5#BABCD1
6#C8C9DA
7#D6D7E3
8#E3E4ED
9#F1F2F6
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 | 5A5D #5A5D87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474A #474A6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3335 #33354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | 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: #5A5D87;
--slate-gray-700: #474A6B;
--slate-gray-800: #33354D;
--slate-gray-900: #212231;
--slate-gray-950: #14151F;
}