Slate Gray
#53658D
BlueColor Codes
All color formats for development
HEX
#53658DRGB
rgb(83, 101, 141)HSL
hsl(221, 26%, 44%)OKLCH
oklch(0.509 0.068 265.4)CMYK
cmyk(41%, 28%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B5B7F
2#425171
3#3A4763
4#323D55
5#2A3347
6#212939
7#191E2A
8#11141C
9#080A0E
Tints
Lighter variations
1#5E729F
2#6F82AA
3#8192B5
4#93A1C0
5#A5B1CA
6#B7C0D5
7#C9D0DF
8#DBE0EA
9#EDEFF4
Tones
Muted variations
1#56678A
2#596888
3#5C6985
4#5F6A82
5#626B7F
6#656C7C
7#676D79
8#6A6E76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BF #B5BFD4 | BordersInactive statesPlaceholder text |
| 400 | 8F9D #8F9DBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E81 #6E81AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5366 #53668D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4251 #425170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3A #2F3A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2533 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E9EBF2;
--slate-gray-200: #D5DBE6;
--slate-gray-300: #B5BFD4;
--slate-gray-400: #8F9DBD;
--slate-gray-500: #6E81AA;
--slate-gray-600: #53668D;
--slate-gray-700: #425170;
--slate-gray-800: #2F3A50;
--slate-gray-900: #1E2533;
--slate-gray-950: #131720;
}