Slate Gray
#8D9BBF
BlueColor Codes
All color formats for development
HEX
#8D9BBFRGB
rgb(141, 155, 191)HSL
hsl(223, 28%, 65%)OKLCH
oklch(0.691 0.055 268.3)CMYK
cmyk(26%, 19%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7888B3
2#6276A7
3#546695
4#48577F
5#3C496A
6#303A55
7#242C40
8#181D2A
9#0C0F15
Tints
Lighter variations
1#98A5C5
2#A4AFCC
3#AFB9D2
4#BAC3D8
5#C6CDDF
6#D1D7E5
7#DDE1EC
8#E8EBF2
9#F4F5F9
Tones
Muted variations
1#8F9CBC
2#929DBA
3#949EB7
4#979FB5
5#99A0B2
6#9CA1B0
7#9EA3AD
8#A1A4AB
9#A3A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BD #B4BDD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9B #8D9BBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7E #6C7EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5163 #516390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404E #404E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E38 #2E3852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D5DAE7;
--slate-gray-300: #B4BDD5;
--slate-gray-400: #8D9BBF;
--slate-gray-500: #6C7EAC;
--slate-gray-600: #516390;
--slate-gray-700: #404E72;
--slate-gray-800: #2E3852;
--slate-gray-900: #1D2434;
--slate-gray-950: #121621;
}