Slate Gray
#7579A3
BlueColor Codes
All color formats for development
HEX
#7579A3RGB
rgb(117, 121, 163)HSL
hsl(235, 20%, 55%)OKLCH
oklch(0.589 0.064 280)CMYK
cmyk(28%, 26%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#656997
2#5A5D87
3#4F5276
4#434665
5#383A54
6#2D2F43
7#222332
8#161722
9#0B0C11
Tints
Lighter variations
1#8387AC
2#9194B6
3#9FA1BF
4#ACAFC8
5#BABCD1
6#C8C9DA
7#D6D7E3
8#E3E4ED
9#F1F2F6
Tones
Muted variations
1#787BA1
2#7A7D9F
3#7C7F9C
4#7E819A
5#818398
6#838595
7#858793
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 | B9BB #B9BBD0 | BordersInactive statesPlaceholder text |
| 400 | 9497 #9497B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7579 #7579A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5E #5A5E87 | 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: #B9BBD0;
--slate-gray-400: #9497B8;
--slate-gray-500: #7579A3;
--slate-gray-600: #5A5E87;
--slate-gray-700: #474A6B;
--slate-gray-800: #33354D;
--slate-gray-900: #212231;
--slate-gray-950: #14151F;
}