Slate Gray
#888FC3
BlueColor Codes
All color formats for development
HEX
#888FC3RGB
rgb(136, 143, 195)HSL
hsl(233, 33%, 65%)OKLCH
oklch(0.664 0.078 278.1)CMYK
cmyk(30%, 27%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#727AB8
2#5C66AD
3#4E579A
4#434A84
5#383E6E
6#2C3258
7#212542
8#16192C
9#0B0C16
Tints
Lighter variations
1#949AC9
2#A0A6CF
3#ACB1D5
4#B8BCDB
5#C4C7E1
6#D0D2E7
7#DBDDED
8#E7E9F3
9#F3F4F9
Tones
Muted variations
1#8B91C0
2#8E94BD
3#9196BA
4#9498B7
5#979AB4
6#9A9DB2
7#9D9FAF
8#A0A1AC
9#A3A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D5 #D3D5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B6 #B1B6D8 | BordersInactive statesPlaceholder text |
| 400 | 888F #888FC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666F #666FB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B54 #4B5495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C43 #3C4377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B30 #2B3055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1E #1B1E36 | Primary textHigh emphasis contentDark headings |
| 950 | 1113 #111322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F5FA;
--slate-gray-100: #E7E9F3;
--slate-gray-200: #D3D5E9;
--slate-gray-300: #B1B6D8;
--slate-gray-400: #888FC3;
--slate-gray-500: #666FB2;
--slate-gray-600: #4B5495;
--slate-gray-700: #3C4377;
--slate-gray-800: #2B3055;
--slate-gray-900: #1B1E36;
--slate-gray-950: #111322;
}