Slate Gray
#8C8EC0
BlueColor Codes
All color formats for development
HEX
#8C8EC0RGB
rgb(140, 142, 192)HSL
hsl(238, 29%, 65%)OKLCH
oklch(0.664 0.074 282.4)CMYK
cmyk(27%, 26%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7679B4
2#6163A8
3#525596
4#474980
5#3B3C6B
6#2F3056
7#232440
8#18182B
9#0C0C15
Tints
Lighter variations
1#9799C6
2#A3A4CC
3#AEB0D3
4#BABBD9
5#C5C6DF
6#D1D2E6
7#DCDDEC
8#E8E8F2
9#F3F4F9
Tones
Muted variations
1#8E90BD
2#9192BA
3#9495B8
4#9697B5
5#999AB3
6#9B9CB0
7#9E9FAE
8#A1A1AB
9#A3A3A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D5 #D4D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B4 #B3B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8E #8C8EC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6D #6B6DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5052 #505291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F41 #3F4173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2E #2D2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1E #1D1E35 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E8E8F2;
--slate-gray-200: #D4D5E7;
--slate-gray-300: #B3B4D5;
--slate-gray-400: #8C8EC0;
--slate-gray-500: #6B6DAE;
--slate-gray-600: #505291;
--slate-gray-700: #3F4173;
--slate-gray-800: #2D2E52;
--slate-gray-900: #1D1E35;
--slate-gray-950: #121321;
}