Slate Gray
#888BC3
BlueColor Codes
All color formats for development
HEX
#888BC3RGB
rgb(136, 139, 195)HSL
hsl(237, 33%, 65%)OKLCH
oklch(0.656 0.083 281.5)CMYK
cmyk(30%, 29%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7276B8
2#5C60AD
3#4E529A
4#434684
5#383A6E
6#2C2F58
7#212342
8#16172C
9#0B0C16
Tints
Lighter variations
1#9497C9
2#A0A2CF
3#ACAED5
4#B8BADB
5#C4C5E1
6#D0D1E7
7#DBDCED
8#E7E8F3
9#F3F3F9
Tones
Muted variations
1#8B8EC0
2#8E91BD
3#9193BA
4#9496B7
5#9798B4
6#9A9BB2
7#9D9EAF
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 | E7E8 #E7E8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D4 #D3D4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B3 #B1B3D8 | BordersInactive statesPlaceholder text |
| 400 | 888B #888BC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666A #666AB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4F #4B4F95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3F #3C3F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2D #2B2D55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1D #1B1D36 | Primary textHigh emphasis contentDark headings |
| 950 | 1112 #111222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E7E8F3;
--slate-gray-200: #D3D4E9;
--slate-gray-300: #B1B3D8;
--slate-gray-400: #888BC3;
--slate-gray-500: #666AB2;
--slate-gray-600: #4B4F95;
--slate-gray-700: #3C3F77;
--slate-gray-800: #2B2D55;
--slate-gray-900: #1B1D36;
--slate-gray-950: #111222;
}