Slate Gray
#838BC9
BlueColor Codes
All color formats for development
HEX
#838BC9RGB
rgb(131, 139, 201)HSL
hsl(233, 39%, 65%)OKLCH
oklch(0.655 0.093 277.9)CMYK
cmyk(35%, 31%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6C76BE
2#5560B4
3#4751A1
4#3D468A
5#333A73
6#282E5C
7#1E2345
8#14172E
9#0A0C17
Tints
Lighter variations
1#8F97CE
2#9CA2D3
3#A8AED9
4#B5B9DE
5#C1C5E4
6#CDD1E9
7#DADCEF
8#E6E8F4
9#F3F3FA
Tones
Muted variations
1#868EC5
2#8A90C2
3#8D93BE
4#9196BB
5#9498B7
6#989BB4
7#9B9EB0
8#9FA0AD
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 #ADB3DB | BordersInactive statesPlaceholder text |
| 400 | 838B #838BC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6A #5F6AB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 444F #444F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 363F #363F7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272D #272D59 | 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: #ADB3DB;
--slate-gray-400: #838BC9;
--slate-gray-500: #5F6AB9;
--slate-gray-600: #444F9C;
--slate-gray-700: #363F7C;
--slate-gray-800: #272D59;
--slate-gray-900: #191D39;
--slate-gray-950: #101223;
}