Slate Gray
#828CC9
BlueColor Codes
All color formats for development
HEX
#828CC9RGB
rgb(130, 140, 201)HSL
hsl(232, 40%, 65%)OKLCH
oklch(0.656 0.092 276.4)CMYK
cmyk(35%, 30%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B76C0
2#5461B6
3#4652A2
4#3C468B
5#323B74
6#282F5D
7#1E2346
8#14172E
9#0A0C17
Tints
Lighter variations
1#8F97CF
2#9BA3D4
3#A8AEDA
4#B4BADF
5#C1C5E4
6#CDD1EA
7#DADCEF
8#E6E8F4
9#F3F3FA
Tones
Muted variations
1#868EC6
2#8991C2
3#8D93BF
4#9096BB
5#9499B8
6#979BB4
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 | D1D4 #D1D4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB3 #ADB3DC | BordersInactive statesPlaceholder text |
| 400 | 828C #828CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E6B #5E6BBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 434F #434F9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363F #363F7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262D #262D59 | 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: #D1D4EB;
--slate-gray-300: #ADB3DC;
--slate-gray-400: #828CC9;
--slate-gray-500: #5E6BBA;
--slate-gray-600: #434F9D;
--slate-gray-700: #363F7D;
--slate-gray-800: #262D59;
--slate-gray-900: #181D39;
--slate-gray-950: #0F1224;
}