Slate Gray
#7575A3
BlueColor Codes
All color formats for development
HEX
#7575A3RGB
rgb(117, 117, 163)HSL
hsl(240, 20%, 55%)OKLCH
oklch(0.58 0.07 284)CMYK
cmyk(28%, 28%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#656597
2#5A5A87
3#4F4F76
4#434365
5#383854
6#2D2D43
7#222232
8#161622
9#0B0B11
Tints
Lighter variations
1#8383AC
2#9191B6
3#9F9FBF
4#ACACC8
5#BABAD1
6#C8C8DA
7#D6D6E3
8#E3E3ED
9#F1F1F6
Tones
Muted variations
1#7878A1
2#7A7A9F
3#7C7C9C
4#7E7E9A
5#818198
6#838395
7#858593
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 | 7575 #7575A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5A #5A5A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3333 #33334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | 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: #7575A3;
--slate-gray-600: #5A5A87;
--slate-gray-700: #47476B;
--slate-gray-800: #33334D;
--slate-gray-900: #212131;
--slate-gray-950: #14141F;
}