Slate Gray
#8C95C0
BlueColor Codes
All color formats for development
HEX
#8C95C0RGB
rgb(140, 149, 192)HSL
hsl(230, 29%, 65%)OKLCH
oklch(0.678 0.064 275.4)CMYK
cmyk(27%, 22%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7681B4
2#616DA8
3#525E96
4#475080
5#3B436B
6#2F3556
7#232840
8#181B2B
9#0C0D15
Tints
Lighter variations
1#979FC6
2#A3AACC
3#AEB4D3
4#BABFD9
5#C5CADF
6#D1D4E6
7#DCDFEC
8#E8EAF2
9#F3F4F9
Tones
Muted variations
1#8E96BD
2#9198BA
3#949AB8
4#969BB5
5#999DB3
6#9B9FB0
7#9EA1AE
8#A1A2AB
9#A3A4A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D7 #D4D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B9 #B3B9D5 | BordersInactive statesPlaceholder text |
| 400 | 8C94 #8C94C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B76 #6B76AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 505B #505B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F48 #3F4873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D33 #2D3352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D21 #1D2135 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6FA;
--slate-gray-100: #E8EAF2;
--slate-gray-200: #D4D7E7;
--slate-gray-300: #B3B9D5;
--slate-gray-400: #8C94C0;
--slate-gray-500: #6B76AE;
--slate-gray-600: #505B91;
--slate-gray-700: #3F4873;
--slate-gray-800: #2D3352;
--slate-gray-900: #1D2135;
--slate-gray-950: #121521;
}