Slate Gray
#8C8CC0
BlueColor Codes
All color formats for development
HEX
#8C8CC0RGB
rgb(140, 140, 192)HSL
hsl(240, 29%, 65%)OKLCH
oklch(0.66 0.077 284.1)CMYK
cmyk(27%, 27%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7676B4
2#6161A8
3#525296
4#474780
5#3B3B6B
6#2F2F56
7#232340
8#18182B
9#0C0C15
Tints
Lighter variations
1#9797C6
2#A3A3CC
3#AEAED3
4#BABAD9
5#C5C5DF
6#D1D1E6
7#DCDCEC
8#E8E8F2
9#F3F3F9
Tones
Muted variations
1#8E8EBD
2#9191BA
3#9494B8
4#9696B5
5#9999B3
6#9B9BB0
7#9E9EAE
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 | D4D4 #D4D4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B3 #B3B3D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8C #8C8CC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6B #6B6BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5050 #505091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F3F #3F3F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2D #2D2D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D35 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | 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: #D4D4E7;
--slate-gray-300: #B3B3D5;
--slate-gray-400: #8C8CC0;
--slate-gray-500: #6B6BAE;
--slate-gray-600: #505091;
--slate-gray-700: #3F3F73;
--slate-gray-800: #2D2D52;
--slate-gray-900: #1D1D35;
--slate-gray-950: #121221;
}