Slate Gray
#8389C9
BlueColor Codes
All color formats for development
HEX
#8389C9RGB
rgb(131, 137, 201)HSL
hsl(235, 39%, 65%)OKLCH
oklch(0.651 0.096 279.3)CMYK
cmyk(35%, 32%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C73BE
2#555DB4
3#474EA1
4#3D438A
5#333873
6#282D5C
7#1E2245
8#14162E
9#0A0B17
Tints
Lighter variations
1#8F95CE
2#9CA0D3
3#A8ACD9
4#B5B8DE
5#C1C4E4
6#CDD0E9
7#DADCEF
8#E6E7F4
9#F3F3FA
Tones
Muted variations
1#868CC5
2#8A8FC2
3#8D91BE
4#9194BB
5#9497B7
6#989AB4
7#9B9DB0
8#9FA0AD
9#A2A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D3 #D1D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB1 #ADB1DB | BordersInactive statesPlaceholder text |
| 400 | 8389 #8389C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F67 #5F67B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444C #444C9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363C #363C7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272B #272B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191C #191C39 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F5FA;
--slate-gray-100: #E6E7F4;
--slate-gray-200: #D1D3EB;
--slate-gray-300: #ADB1DB;
--slate-gray-400: #8389C9;
--slate-gray-500: #5F67B9;
--slate-gray-600: #444C9C;
--slate-gray-700: #363C7C;
--slate-gray-800: #272B59;
--slate-gray-900: #191C39;
--slate-gray-950: #101123;
}