Slate Gray
#8295C9
BlueColor Codes
All color formats for development
HEX
#8295C9RGB
rgb(130, 149, 201)HSL
hsl(224, 40%, 65%)OKLCH
oklch(0.675 0.08 268.7)CMYK
cmyk(35%, 26%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B81C0
2#546EB6
3#465EA2
4#3C518B
5#324374
6#28365D
7#1E2846
8#141B2E
9#0A0D17
Tints
Lighter variations
1#8FA0CF
2#9BAAD4
3#A8B5DA
4#B4BFDF
5#C1CAE4
6#CDD5EA
7#DADFEF
8#E6EAF4
9#F3F4FA
Tones
Muted variations
1#8697C6
2#8998C2
3#8D9ABF
4#909CBB
5#949DB8
6#979FB4
7#9BA1B0
8#9FA2AD
9#A2A4A9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DC | BordersInactive statesPlaceholder text |
| 400 | 8295 #8295C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E77 #5E77BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435B #435B9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3649 #36497D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #263459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #182139 | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F4F6FA;
--slate-gray-100: #E6EAF4;
--slate-gray-200: #D1D8EB;
--slate-gray-300: #ADB9DC;
--slate-gray-400: #8295C9;
--slate-gray-500: #5E77BA;
--slate-gray-600: #435B9D;
--slate-gray-700: #36497D;
--slate-gray-800: #263459;
--slate-gray-900: #182139;
--slate-gray-950: #0F1524;
}