Slate Gray
#757CA3
BlueColor Codes
All color formats for development
HEX
#757CA3RGB
rgb(117, 124, 163)HSL
hsl(231, 20%, 55%)OKLCH
oklch(0.595 0.06 276.5)CMYK
cmyk(28%, 24%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#656D97
2#5A6087
3#4F5476
4#434865
5#383C54
6#2D3043
7#222432
8#161822
9#0B0C11
Tints
Lighter variations
1#8389AC
2#9196B6
3#9FA3BF
4#ACB1C8
5#BABED1
6#C8CBDA
7#D6D8E3
8#E3E5ED
9#F1F2F6
Tones
Muted variations
1#787EA1
2#7A7F9F
3#7C819C
4#7E839A
5#818498
6#838695
7#858793
8#888991
9#8A8B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BC #B9BCD0 | BordersInactive statesPlaceholder text |
| 400 | 9499 #9499B8 | Disabled statesSecondary iconsMuted text |
| 500 | 757C #757CA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A60 #5A6087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3337 #33374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEBF1;
--slate-gray-200: #D7D9E4;
--slate-gray-300: #B9BCD0;
--slate-gray-400: #9499B8;
--slate-gray-500: #757CA3;
--slate-gray-600: #5A6087;
--slate-gray-700: #474D6B;
--slate-gray-800: #33374D;
--slate-gray-900: #212331;
--slate-gray-950: #14161F;
}