Slate Gray
#828DC9
BlueColor Codes
All color formats for development
HEX
#828DC9RGB
rgb(130, 141, 201)HSL
hsl(231, 40%, 65%)OKLCH
oklch(0.658 0.09 275.7)CMYK
cmyk(35%, 30%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B78C0
2#5462B6
3#4654A2
4#3C488B
5#323C74
6#28305D
7#1E2446
8#14182E
9#0A0C17
Tints
Lighter variations
1#8F98CF
2#9BA4D4
3#A8AFDA
4#B4BADF
5#C1C6E4
6#CDD1EA
7#DADDEF
8#E6E8F4
9#F3F4FA
Tones
Muted variations
1#868FC6
2#8992C2
3#8D94BF
4#9097BB
5#9499B8
6#979CB4
7#9B9EB0
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 | ADB4 #ADB4DC | BordersInactive statesPlaceholder text |
| 400 | 828D #828DC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6C #5E6CBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4351 #43519D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262E #262E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | 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: #ADB4DC;
--slate-gray-400: #828DC9;
--slate-gray-500: #5E6CBA;
--slate-gray-600: #43519D;
--slate-gray-700: #36407D;
--slate-gray-800: #262E59;
--slate-gray-900: #181D39;
--slate-gray-950: #0F1224;
}