Slate Gray
#8888C3
BlueColor Codes
All color formats for development
HEX
#8888C3RGB
rgb(136, 136, 195)HSL
hsl(240, 33%, 65%)OKLCH
oklch(0.65 0.088 283.7)CMYK
cmyk(30%, 30%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7272B8
2#5C5CAD
3#4E4E9A
4#434384
5#38386E
6#2C2C58
7#212142
8#16162C
9#0B0B16
Tints
Lighter variations
1#9494C9
2#A0A0CF
3#ACACD5
4#B8B8DB
5#C4C4E1
6#D0D0E7
7#DBDBED
8#E7E7F3
9#F3F3F9
Tones
Muted variations
1#8B8BC0
2#8E8EBD
3#9191BA
4#9494B7
5#9797B4
6#9A9AB2
7#9D9DAF
8#A0A0AC
9#A3A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D3 #D3D3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B1 #B1B1D8 | BordersInactive statesPlaceholder text |
| 400 | 8888 #8888C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6666 #6666B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4B #4B4B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3C #3C3C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2B #2B2B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1B #1B1B36 | Primary textHigh emphasis contentDark headings |
| 950 | 1111 #111122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E7E7F3;
--slate-gray-200: #D3D3E9;
--slate-gray-300: #B1B1D8;
--slate-gray-400: #8888C3;
--slate-gray-500: #6666B2;
--slate-gray-600: #4B4B95;
--slate-gray-700: #3C3C77;
--slate-gray-800: #2B2B55;
--slate-gray-900: #1B1B36;
--slate-gray-950: #111122;
}