Slate Gray
#838FC9
BlueColor Codes
All color formats for development
HEX
#838FC9RGB
rgb(131, 143, 201)HSL
hsl(230, 39%, 65%)OKLCH
oklch(0.663 0.087 274.8)CMYK
cmyk(35%, 29%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C7ABE
2#5565B4
3#4756A1
4#3D4A8A
5#333D73
6#28315C
7#1E2545
8#14192E
9#0A0C17
Tints
Lighter variations
1#8F9ACE
2#9CA5D3
3#A8B0D9
4#B5BCDE
5#C1C7E4
6#CDD2E9
7#DADDEF
8#E6E9F4
9#F3F4FA
Tones
Muted variations
1#8691C5
2#8A93C2
3#8D96BE
4#9198BB
5#949AB7
6#989CB4
7#9B9FB0
8#9FA1AD
9#A2A3A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB5 #ADB5DB | BordersInactive statesPlaceholder text |
| 400 | 838F #838FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6E #5F6EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4453 #44539C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3642 #36427C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272F #272F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191E #191E39 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F5FA;
--slate-gray-100: #E6E9F4;
--slate-gray-200: #D1D5EB;
--slate-gray-300: #ADB5DB;
--slate-gray-400: #838FC9;
--slate-gray-500: #5F6EB9;
--slate-gray-600: #44539C;
--slate-gray-700: #36427C;
--slate-gray-800: #272F59;
--slate-gray-900: #191E39;
--slate-gray-950: #101323;
}