Slate Gray
#8C90C0
BlueColor Codes
All color formats for development
HEX
#8C90C0RGB
rgb(140, 144, 192)HSL
hsl(235, 29%, 65%)OKLCH
oklch(0.668 0.071 280.6)CMYK
cmyk(27%, 25%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#767CB4
2#6167A8
3#525896
4#474B80
5#3B3F6B
6#2F3256
7#232640
8#18192B
9#0C0D15
Tints
Lighter variations
1#979BC6
2#A3A6CC
3#AEB1D3
4#BABDD9
5#C5C8DF
6#D1D3E6
7#DCDEEC
8#E8E9F2
9#F3F4F9
Tones
Muted variations
1#8E92BD
2#9194BA
3#9497B8
4#9699B5
5#999BB3
6#9B9DB0
7#9E9FAE
8#A1A1AB
9#A3A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D6 #D4D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B6 #B3B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8C90 #8C90C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B71 #6B71AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5055 #505591 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F44 #3F4473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D30 #2D3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F35 | 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: #F5F6FA;
--slate-gray-100: #E8E9F2;
--slate-gray-200: #D4D6E7;
--slate-gray-300: #B3B6D5;
--slate-gray-400: #8C90C0;
--slate-gray-500: #6B71AE;
--slate-gray-600: #505591;
--slate-gray-700: #3F4473;
--slate-gray-800: #2D3052;
--slate-gray-900: #1D1F35;
--slate-gray-950: #121321;
}