Slate Gray
#8394C9
BlueColor Codes
All color formats for development
HEX
#8394C9RGB
rgb(131, 148, 201)HSL
hsl(225, 39%, 65%)OKLCH
oklch(0.673 0.081 270.4)CMYK
cmyk(35%, 26%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C81BE
2#556DB4
3#475DA1
4#3D508A
5#334373
6#28355C
7#1E2845
8#141B2E
9#0A0D17
Tints
Lighter variations
1#8F9FCE
2#9CAAD3
3#A8B4D9
4#B5BFDE
5#C1CAE4
6#CDD4E9
7#DADFEF
8#E6EAF4
9#F3F4FA
Tones
Muted variations
1#8696C5
2#8A98C2
3#8D9ABE
4#919BBB
5#949DB7
6#989FB4
7#9BA1B0
8#9FA2AD
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 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DB | BordersInactive statesPlaceholder text |
| 400 | 8394 #8394C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F76 #5F76B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445A #445A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3648 #36487C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2733 #273359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1921 #192139 | 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: #D1D7EB;
--slate-gray-300: #ADB9DB;
--slate-gray-400: #8394C9;
--slate-gray-500: #5F76B9;
--slate-gray-600: #445A9C;
--slate-gray-700: #36487C;
--slate-gray-800: #273359;
--slate-gray-900: #192139;
--slate-gray-950: #101523;
}