Slate Gray
#8397C9
BlueColor Codes
All color formats for development
HEX
#8397C9RGB
rgb(131, 151, 201)HSL
hsl(223, 39%, 65%)OKLCH
oklch(0.68 0.078 267.5)CMYK
cmyk(35%, 25%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C83BE
2#5570B4
3#4760A1
4#3D538A
5#334573
6#28375C
7#1E2945
8#141C2E
9#0A0E17
Tints
Lighter variations
1#8FA1CE
2#9CACD3
3#A8B6D9
4#B5C0DE
5#C1CBE4
6#CDD5E9
7#DAE0EF
8#E6EAF4
9#F3F5FA
Tones
Muted variations
1#8698C5
2#8A9AC2
3#8D9BBE
4#919DBB
5#949EB7
6#98A0B4
7#9BA1B0
8#9FA3AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBA #ADBADB | BordersInactive statesPlaceholder text |
| 400 | 8397 #8397C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F79 #5F79B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445D #445D9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364A #364A7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2735 #273559 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1922 #192239 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F6FA;
--slate-gray-100: #E6EAF4;
--slate-gray-200: #D1D8EB;
--slate-gray-300: #ADBADB;
--slate-gray-400: #8397C9;
--slate-gray-500: #5F79B9;
--slate-gray-600: #445D9C;
--slate-gray-700: #364A7C;
--slate-gray-800: #273559;
--slate-gray-900: #192239;
--slate-gray-950: #101523;
}