Slate Gray
#828FC9
BlueColor Codes
All color formats for development
HEX
#828FC9RGB
rgb(130, 143, 201)HSL
hsl(229, 40%, 65%)OKLCH
oklch(0.662 0.088 274.1)CMYK
cmyk(35%, 29%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B7AC0
2#5466B6
3#4657A2
4#3C4A8B
5#323E74
6#28325D
7#1E2546
8#14192E
9#0A0C17
Tints
Lighter variations
1#8F9ACF
2#9BA6D4
3#A8B1DA
4#B4BCDF
5#C1C7E4
6#CDD2EA
7#DADDEF
8#E6E9F4
9#F3F4FA
Tones
Muted variations
1#8691C6
2#8994C2
3#8D96BF
4#9098BB
5#949AB8
6#979DB4
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 #ADB5DC | BordersInactive statesPlaceholder text |
| 400 | 828F #828FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6F #5E6FBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4354 #43549D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3643 #36437D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #263059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | 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: #ADB5DC;
--slate-gray-400: #828FC9;
--slate-gray-500: #5E6FBA;
--slate-gray-600: #43549D;
--slate-gray-700: #36437D;
--slate-gray-800: #263059;
--slate-gray-900: #181E39;
--slate-gray-950: #0F1324;
}