Slate Gray
#889BC3
BlueColor Codes
All color formats for development
HEX
#889BC3RGB
rgb(136, 155, 195)HSL
hsl(221, 33%, 65%)OKLCH
oklch(0.689 0.063 264.9)CMYK
cmyk(30%, 21%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7288B8
2#5C76AD
3#4E669A
4#435784
5#38496E
6#2C3A58
7#212C42
8#161D2C
9#0B0F16
Tints
Lighter variations
1#94A5C9
2#A0AFCF
3#ACB9D5
4#B8C3DB
5#C4CDE1
6#D0D7E7
7#DBE1ED
8#E7EBF3
9#F3F5F9
Tones
Muted variations
1#8B9CC0
2#8E9DBD
3#919EBA
4#949FB7
5#97A0B4
6#9AA1B2
7#9DA3AF
8#A0A4AC
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 | D3DA #D3DAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BD #B1BDD8 | BordersInactive statesPlaceholder text |
| 400 | 889B #889BC3 | Disabled statesSecondary iconsMuted text |
| 500 | 667E #667EB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B63 #4B6395 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4E #3C4E77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B38 #2B3855 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B24 #1B2436 | 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: #D3DAE9;
--slate-gray-300: #B1BDD8;
--slate-gray-400: #889BC3;
--slate-gray-500: #667EB2;
--slate-gray-600: #4B6395;
--slate-gray-700: #3C4E77;
--slate-gray-800: #2B3855;
--slate-gray-900: #1B2436;
--slate-gray-950: #111622;
}