Slate Gray
#8D94BF
BlueColor Codes
All color formats for development
HEX
#8D94BFRGB
rgb(141, 148, 191)HSL
hsl(232, 28%, 65%)OKLCH
oklch(0.676 0.064 277.3)CMYK
cmyk(26%, 23%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#787FB3
2#626BA7
3#545C95
4#484F7F
5#3C426A
6#303555
7#242840
8#181A2A
9#0C0D15
Tints
Lighter variations
1#989EC5
2#A4A9CC
3#AFB4D2
4#BABED8
5#C6C9DF
6#D1D4E5
7#DDDFEC
8#E8E9F2
9#F4F4F9
Tones
Muted variations
1#8F95BC
2#9297BA
3#9499B7
4#979BB5
5#999DB2
6#9C9EB0
7#9EA0AD
8#A1A2AB
9#A3A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B8 #B4B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8D93 #8D93BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C75 #6C75AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5159 #515990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4047 #404772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E33 #2E3352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D5D7E7;
--slate-gray-300: #B4B8D5;
--slate-gray-400: #8D93BF;
--slate-gray-500: #6C75AC;
--slate-gray-600: #515990;
--slate-gray-700: #404772;
--slate-gray-800: #2E3352;
--slate-gray-900: #1D2034;
--slate-gray-950: #121421;
}