Slate Gray
#889AC3
BlueColor Codes
All color formats for development
HEX
#889AC3RGB
rgb(136, 154, 195)HSL
hsl(222, 33%, 65%)OKLCH
oklch(0.687 0.064 266.2)CMYK
cmyk(30%, 21%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7287B8
2#5C74AD
3#4E659A
4#435684
5#38486E
6#2C3A58
7#212B42
8#161D2C
9#0B0E16
Tints
Lighter variations
1#94A4C9
2#A0AECF
3#ACB8D5
4#B8C2DB
5#C4CCE1
6#D0D7E7
7#DBE1ED
8#E7EBF3
9#F3F5F9
Tones
Muted variations
1#8B9BC0
2#8E9CBD
3#919EBA
4#949FB7
5#97A0B4
6#9AA1B2
7#9DA2AF
8#A0A3AC
9#A3A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D9 #D3D9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BD #B1BDD8 | BordersInactive statesPlaceholder text |
| 400 | 889A #889AC3 | Disabled statesSecondary iconsMuted text |
| 500 | 667D #667DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B61 #4B6195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4D #3C4D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B37 #2B3755 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B23 #1B2336 | Primary textHigh emphasis contentDark headings |
| 950 | 1116 #111622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E7EBF3;
--slate-gray-200: #D3D9E9;
--slate-gray-300: #B1BDD8;
--slate-gray-400: #889AC3;
--slate-gray-500: #667DB2;
--slate-gray-600: #4B6195;
--slate-gray-700: #3C4D77;
--slate-gray-800: #2B3755;
--slate-gray-900: #1B2336;
--slate-gray-950: #111622;
}