Slate Gray
#747FA4
BlueColor Codes
All color formats for development
HEX
#747FA4RGB
rgb(116, 127, 164)HSL
hsl(226, 21%, 55%)OKLCH
oklch(0.601 0.058 271.7)CMYK
cmyk(29%, 23%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#647099
2#596488
3#4E5777
4#424B66
5#373E55
6#2C3244
7#212533
8#161922
9#0B0C11
Tints
Lighter variations
1#828CAD
2#9099B6
3#9EA6C0
4#ACB2C9
5#BABFD2
6#C7CCDB
7#D5D9E4
8#E3E5ED
9#F1F2F6
Tones
Muted variations
1#7781A2
2#7982A0
3#7B839D
4#7E859B
5#808698
6#838796
7#858893
8#878A91
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 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BE #B8BED1 | BordersInactive statesPlaceholder text |
| 400 | 939C #939CB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747F #747FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5964 #596488 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3239 #32394D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202431 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | 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: #D7DAE5;
--slate-gray-300: #B8BED1;
--slate-gray-400: #939CB8;
--slate-gray-500: #747FA4;
--slate-gray-600: #596488;
--slate-gray-700: #474F6C;
--slate-gray-800: #32394D;
--slate-gray-900: #202431;
--slate-gray-950: #14171F;
}