Slate Gray
#8895C3
BlueColor Codes
All color formats for development
HEX
#8895C3RGB
rgb(136, 149, 195)HSL
hsl(227, 33%, 65%)OKLCH
oklch(0.676 0.07 272.2)CMYK
cmyk(30%, 24%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7281B8
2#5C6EAD
3#4E5E9A
4#435184
5#38436E
6#2C3658
7#212842
8#161B2C
9#0B0D16
Tints
Lighter variations
1#94A0C9
2#A0AACF
3#ACB5D5
4#B8BFDB
5#C4CAE1
6#D0D5E7
7#DBDFED
8#E7EAF3
9#F3F4F9
Tones
Muted variations
1#8B97C0
2#8E98BD
3#919ABA
4#949CB7
5#979DB4
6#9A9FB2
7#9DA1AF
8#A0A2AC
9#A3A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D8 #D3D8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B9 #B1B9D8 | BordersInactive statesPlaceholder text |
| 400 | 8895 #8895C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6677 #6677B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5B #4B5B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C49 #3C4977 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B34 #2B3455 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B21 #1B2136 | Primary textHigh emphasis contentDark headings |
| 950 | 1115 #111522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E7EAF3;
--slate-gray-200: #D3D8E9;
--slate-gray-300: #B1B9D8;
--slate-gray-400: #8895C3;
--slate-gray-500: #6677B2;
--slate-gray-600: #4B5B95;
--slate-gray-700: #3C4977;
--slate-gray-800: #2B3455;
--slate-gray-900: #1B2136;
--slate-gray-950: #111522;
}