Slate Gray
#747CA4
BlueColor Codes
All color formats for development
HEX
#747CA4RGB
rgb(116, 124, 164)HSL
hsl(230, 21%, 55%)OKLCH
oklch(0.595 0.062 275.6)CMYK
cmyk(29%, 24%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#646D99
2#596088
3#4E5477
4#424866
5#373C55
6#2C3044
7#212433
8#161822
9#0B0C11
Tints
Lighter variations
1#8289AD
2#9096B6
3#9EA3C0
4#ACB1C9
5#BABED2
6#C7CBDB
7#D5D8E4
8#E3E5ED
9#F1F2F6
Tones
Muted variations
1#777EA2
2#797FA0
3#7B819D
4#7E839B
5#808498
6#838696
7#858793
8#878991
9#8A8B8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BC #B8BCD1 | BordersInactive statesPlaceholder text |
| 400 | 9399 #9399B8 | Disabled statesSecondary iconsMuted text |
| 500 | 747C #747CA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5960 #596088 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202331 | 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: #E9EBF1;
--slate-gray-200: #D7D9E5;
--slate-gray-300: #B8BCD1;
--slate-gray-400: #9399B8;
--slate-gray-500: #747CA4;
--slate-gray-600: #596088;
--slate-gray-700: #474D6C;
--slate-gray-800: #32374D;
--slate-gray-900: #202331;
--slate-gray-950: #14161F;
}