Slate Gray
#889CC3
BlueColor Codes
All color formats for development
HEX
#889CC3RGB
rgb(136, 156, 195)HSL
hsl(220, 33%, 65%)OKLCH
oklch(0.691 0.062 263.6)CMYK
cmyk(30%, 20%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#728AB8
2#5C77AD
3#4E679A
4#435984
5#384A6E
6#2C3B58
7#212C42
8#161E2C
9#0B0F16
Tints
Lighter variations
1#94A6C9
2#A0B0CF
3#ACBAD5
4#B8C4DB
5#C4CDE1
6#D0D7E7
7#DBE1ED
8#E7EBF3
9#F3F5F9
Tones
Muted variations
1#8B9DC0
2#8E9EBD
3#919FBA
4#94A0B7
5#97A1B4
6#9AA2B2
7#9DA3AF
8#A0A4AC
9#A3A5A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DA #D3DAE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BE #B1BED8 | BordersInactive statesPlaceholder text |
| 400 | 889C #889CC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6680 #6680B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B64 #4B6495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4F #3C4F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B39 #2B3955 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B24 #1B2436 | Primary textHigh emphasis contentDark headings |
| 950 | 1117 #111722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7FA;
--slate-gray-100: #E7EBF3;
--slate-gray-200: #D3DAE9;
--slate-gray-300: #B1BED8;
--slate-gray-400: #889CC3;
--slate-gray-500: #6680B2;
--slate-gray-600: #4B6495;
--slate-gray-700: #3C4F77;
--slate-gray-800: #2B3955;
--slate-gray-900: #1B2436;
--slate-gray-950: #111722;
}