Slate Gray
#52678E
BlueColor Codes
All color formats for development
HEX
#52678ERGB
rgb(82, 103, 142)HSL
hsl(219, 27%, 44%)OKLCH
oklch(0.513 0.067 262.4)CMYK
cmyk(42%, 27%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A5D80
2#425272
3#394864
4#313E55
5#293447
6#212939
7#191F2B
8#10151C
9#080A0E
Tints
Lighter variations
1#5C74A1
2#6E84AC
3#8093B6
4#92A2C0
5#A4B2CB
6#B6C1D5
7#C9D1E0
8#DBE0EA
9#EDF0F5
Tones
Muted variations
1#55688B
2#586988
3#5B6A85
4#5E6B82
5#616C7F
6#646D7C
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 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C0 #B5C0D4 | BordersInactive statesPlaceholder text |
| 400 | 8E9F #8E9FBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D83 #6D83AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5267 #52678E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4152 #415271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3B #2F3B51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2534 | 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: #E8ECF2;
--slate-gray-200: #D5DBE7;
--slate-gray-300: #B5C0D4;
--slate-gray-400: #8E9FBE;
--slate-gray-500: #6D83AB;
--slate-gray-600: #52678E;
--slate-gray-700: #415271;
--slate-gray-800: #2F3B51;
--slate-gray-900: #1E2534;
--slate-gray-950: #131720;
}