Slate Gray
#8D93BF
BlueColor Codes
All color formats for development
HEX
#8D93BFRGB
rgb(141, 147, 191)HSL
hsl(233, 28%, 65%)OKLCH
oklch(0.674 0.065 278.4)CMYK
cmyk(26%, 23%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#787EB3
2#626AA7
3#545B95
4#484E7F
5#3C416A
6#303455
7#242740
8#181A2A
9#0C0D15
Tints
Lighter variations
1#989DC5
2#A4A8CC
3#AFB3D2
4#BABED8
5#C6C9DF
6#D1D4E5
7#DDDEEC
8#E8E9F2
9#F4F4F9
Tones
Muted variations
1#8F95BC
2#9296BA
3#9498B7
4#979AB5
5#999CB2
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 | 6C74 #6C74AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5158 #515890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4046 #404672 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E32 #2E3252 | 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: #6C74AC;
--slate-gray-600: #515890;
--slate-gray-700: #404672;
--slate-gray-800: #2E3252;
--slate-gray-900: #1D2034;
--slate-gray-950: #121421;
}