Slate Gray
#888DC3
BlueColor Codes
All color formats for development
HEX
#888DC3RGB
rgb(136, 141, 195)HSL
hsl(235, 33%, 65%)OKLCH
oklch(0.66 0.08 279.9)CMYK
cmyk(30%, 28%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7278B8
2#5C63AD
3#4E549A
4#434884
5#383C6E
6#2C3058
7#212442
8#16182C
9#0B0C16
Tints
Lighter variations
1#9499C9
2#A0A4CF
3#ACAFD5
4#B8BBDB
5#C4C6E1
6#D0D1E7
7#DBDDED
8#E7E8F3
9#F3F4F9
Tones
Muted variations
1#8B90C0
2#8E92BD
3#9195BA
4#9497B7
5#9799B4
6#9A9CB2
7#9D9EAF
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 | E7E8 #E7E8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D5 #D3D5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B4 #B1B4D8 | BordersInactive statesPlaceholder text |
| 400 | 888D #888DC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666D #666DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B51 #4B5195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C41 #3C4177 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2E #2B2E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1E #1B1E36 | 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: #D3D5E9;
--slate-gray-300: #B1B4D8;
--slate-gray-400: #888DC3;
--slate-gray-500: #666DB2;
--slate-gray-600: #4B5195;
--slate-gray-700: #3C4177;
--slate-gray-800: #2B2E55;
--slate-gray-900: #1B1E36;
--slate-gray-950: #111222;
}