Slate Gray
#828EC9
BlueColor Codes
All color formats for development
HEX
#828EC9RGB
rgb(130, 142, 201)HSL
hsl(230, 40%, 65%)OKLCH
oklch(0.66 0.089 274.9)CMYK
cmyk(35%, 29%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B79C0
2#5464B6
3#4655A2
4#3C498B
5#323D74
6#28315D
7#1E2446
8#14182E
9#0A0C17
Tints
Lighter variations
1#8F99CF
2#9BA5D4
3#A8B0DA
4#B4BBDF
5#C1C6E4
6#CDD2EA
7#DADDEF
8#E6E8F4
9#F3F4FA
Tones
Muted variations
1#8690C6
2#8993C2
3#8D95BF
4#9097BB
5#949AB8
6#979CB4
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 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB5 #ADB5DC | BordersInactive statesPlaceholder text |
| 400 | 828E #828EC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6E #5E6EBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4352 #43529D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3641 #36417D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262F #262F59 | 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: #E6E8F4;
--slate-gray-200: #D1D5EB;
--slate-gray-300: #ADB5DC;
--slate-gray-400: #828EC9;
--slate-gray-500: #5E6EBA;
--slate-gray-600: #43529D;
--slate-gray-700: #36417D;
--slate-gray-800: #262F59;
--slate-gray-900: #181E39;
--slate-gray-950: #0F1324;
}