Slate Gray
#7576A3
BlueColor Codes
All color formats for development
HEX
#7576A3RGB
rgb(117, 118, 163)HSL
hsl(239, 20%, 55%)OKLCH
oklch(0.583 0.069 283.1)CMYK
cmyk(28%, 28%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#656697
2#5A5B87
3#4F4F76
4#434465
5#383954
6#2D2D43
7#222232
8#161722
9#0B0B11
Tints
Lighter variations
1#8384AC
2#9191B6
3#9F9FBF
4#ACADC8
5#BABBD1
6#C8C8DA
7#D6D6E3
8#E3E4ED
9#F1F1F6
Tones
Muted variations
1#7878A1
2#7A7B9F
3#7C7D9C
4#7E7F9A
5#818198
6#838395
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 | D7D7 #D7D7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9494 #9494B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7576 #7576A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5B #5A5B87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4748 #47486B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3333 #33334D | 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: #D7D7E4;
--slate-gray-300: #B9B9D0;
--slate-gray-400: #9494B8;
--slate-gray-500: #7576A3;
--slate-gray-600: #5A5B87;
--slate-gray-700: #47486B;
--slate-gray-800: #33334D;
--slate-gray-900: #212131;
--slate-gray-950: #14151F;
}