Slate Gray
#8894C3
BlueColor Codes
All color formats for development
HEX
#8894C3RGB
rgb(136, 148, 195)HSL
hsl(228, 33%, 65%)OKLCH
oklch(0.674 0.071 273.3)CMYK
cmyk(30%, 24%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7280B8
2#5C6CAD
3#4E5D9A
4#435084
5#38426E
6#2C3558
7#212842
8#161B2C
9#0B0D16
Tints
Lighter variations
1#949FC9
2#A0A9CF
3#ACB4D5
4#B8BFDB
5#C4CAE1
6#D0D4E7
7#DBDFED
8#E7EAF3
9#F3F4F9
Tones
Muted variations
1#8B96C0
2#8E98BD
3#9199BA
4#949BB7
5#979DB4
6#9A9FB2
7#9DA0AF
8#A0A2AC
9#A3A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B9 #B1B9D8 | BordersInactive statesPlaceholder text |
| 400 | 8894 #8894C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6676 #6676B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5A #4B5A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C48 #3C4877 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B33 #2B3355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B21 #1B2136 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E7EAF3;
--slate-gray-200: #D3D7E9;
--slate-gray-300: #B1B9D8;
--slate-gray-400: #8894C3;
--slate-gray-500: #6676B2;
--slate-gray-600: #4B5A95;
--slate-gray-700: #3C4877;
--slate-gray-800: #2B3355;
--slate-gray-900: #1B2136;
--slate-gray-950: #111422;
}