Slate Gray
#838CC9
BlueColor Codes
All color formats for development
HEX
#838CC9RGB
rgb(131, 140, 201)HSL
hsl(232, 39%, 65%)OKLCH
oklch(0.657 0.091 277.1)CMYK
cmyk(35%, 30%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C77BE
2#5562B4
3#4753A1
4#3D478A
5#333B73
6#282F5C
7#1E2445
8#14182E
9#0A0C17
Tints
Lighter variations
1#8F98CE
2#9CA3D3
3#A8AFD9
4#B5BADE
5#C1C6E4
6#CDD1E9
7#DADDEF
8#E6E8F4
9#F3F4FA
Tones
Muted variations
1#868FC5
2#8A91C2
3#8D94BE
4#9196BB
5#9499B7
6#989CB4
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 | ADB4 #ADB4DB | BordersInactive statesPlaceholder text |
| 400 | 838C #838CC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6B #5F6BB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4450 #44509C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3640 #36407C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272E #272E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191D #191D39 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | 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: #ADB4DB;
--slate-gray-400: #838CC9;
--slate-gray-500: #5F6BB9;
--slate-gray-600: #44509C;
--slate-gray-700: #36407C;
--slate-gray-800: #272E59;
--slate-gray-900: #191D39;
--slate-gray-950: #101223;
}