Slate Gray
#8F9BBC
BlueColor Codes
All color formats for development
HEX
#8F9BBCRGB
rgb(143, 155, 188)HSL
hsl(224, 25%, 65%)OKLCH
oklch(0.691 0.051 269.4)CMYK
cmyk(24%, 18%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B89B0
2#6676A3
3#576691
4#4B587C
5#3E4968
6#323B53
7#252C3E
8#191D29
9#0C0F15
Tints
Lighter variations
1#9BA5C3
2#A6AFC9
3#B1B9D0
4#BCC3D7
5#C7CDDE
6#D2D7E4
7#DEE1EB
8#E9EBF2
9#F4F5F8
Tones
Muted variations
1#929CBA
2#949DB8
3#969EB5
4#98A0B3
5#9BA1B1
6#9DA2AF
7#9FA3AC
8#A1A4AA
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED3 | BordersInactive statesPlaceholder text |
| 400 | 8F9B #8F9BBC | Disabled statesSecondary iconsMuted text |
| 500 | 707F #707FA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5463 #54638C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 434F #434F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3038 #303850 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F24 #1F2433 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E9EBF2;
--slate-gray-200: #D6DAE6;
--slate-gray-300: #B6BED3;
--slate-gray-400: #8F9BBC;
--slate-gray-500: #707FA9;
--slate-gray-600: #54638C;
--slate-gray-700: #434F70;
--slate-gray-800: #303850;
--slate-gray-900: #1F2433;
--slate-gray-950: #131720;
}