Slate Gray
#8F9CBC
BlueColor Codes
All color formats for development
HEX
#8F9CBCRGB
rgb(143, 156, 188)HSL
hsl(223, 25%, 65%)OKLCH
oklch(0.694 0.049 267.7)CMYK
cmyk(24%, 17%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B8AB0
2#6677A3
3#576791
4#4B597C
5#3E4A68
6#323B53
7#252C3E
8#191E29
9#0C0F15
Tints
Lighter variations
1#9BA6C3
2#A6B0C9
3#B1BAD0
4#BCC4D7
5#C7CEDE
6#D2D7E4
7#DEE1EB
8#E9EBF2
9#F4F5F8
Tones
Muted variations
1#929DBA
2#949EB8
3#969FB5
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 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DA #D6DAE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6BE #B6BED3 | BordersInactive statesPlaceholder text |
| 400 | 8F9C #8F9CBC | Disabled statesSecondary iconsMuted text |
| 500 | 7080 #7080A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5464 #54648C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4350 #435070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3039 #303950 | 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: #F5F7F9;
--slate-gray-100: #E9EBF2;
--slate-gray-200: #D6DAE6;
--slate-gray-300: #B6BED3;
--slate-gray-400: #8F9CBC;
--slate-gray-500: #7080A9;
--slate-gray-600: #54648C;
--slate-gray-700: #435070;
--slate-gray-800: #303950;
--slate-gray-900: #1F2433;
--slate-gray-950: #131720;
}