Slate Gray
#8891C3
BlueColor Codes
All color formats for development
HEX
#8891C3RGB
rgb(136, 145, 195)HSL
hsl(231, 33%, 65%)OKLCH
oklch(0.668 0.075 276.3)CMYK
cmyk(30%, 26%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#727DB8
2#5C68AD
3#4E599A
4#434C84
5#38406E
6#2C3358
7#212642
8#16192C
9#0B0D16
Tints
Lighter variations
1#949CC9
2#A0A7CF
3#ACB2D5
4#B8BDDB
5#C4C8E1
6#D0D3E7
7#DBDEED
8#E7E9F3
9#F3F4F9
Tones
Muted variations
1#8B93C0
2#8E95BD
3#9197BA
4#9499B7
5#979BB4
6#9A9EB2
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 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D6 #D3D6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B7 #B1B7D8 | BordersInactive statesPlaceholder text |
| 400 | 8891 #8891C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6672 #6672B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B56 #4B5695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C45 #3C4577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B31 #2B3155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1F #1B1F36 | 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: #E7E9F3;
--slate-gray-200: #D3D6E9;
--slate-gray-300: #B1B7D8;
--slate-gray-400: #8891C3;
--slate-gray-500: #6672B2;
--slate-gray-600: #4B5695;
--slate-gray-700: #3C4577;
--slate-gray-800: #2B3155;
--slate-gray-900: #1B1F36;
--slate-gray-950: #111422;
}