Slate Gray
#52738E
BlueColor Codes
All color formats for development
HEX
#52738ERGB
rgb(82, 115, 142)HSL
hsl(207, 27%, 44%)OKLCH
oklch(0.541 0.057 243.8)CMYK
cmyk(42%, 19%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6880
2#425C72
3#395164
4#314555
5#293A47
6#212E39
7#19232B
8#10171C
9#080C0E
Tints
Lighter variations
1#5C82A1
2#6E90AC
3#809EB6
4#92ACC0
5#A4BACB
6#B6C7D5
7#C9D5E0
8#DBE3EA
9#EDF1F5
Tones
Muted variations
1#55738B
2#587388
3#5B7285
4#5E7282
5#61727F
6#64717C
7#677179
8#6A7176
9#6D7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA8 #8EA8BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D8F #6D8FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5273 #52738E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415C #415C71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F41 #2F4151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A34 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EEF2;
--slate-gray-200: #D5DFE7;
--slate-gray-300: #B5C6D4;
--slate-gray-400: #8EA8BE;
--slate-gray-500: #6D8FAB;
--slate-gray-600: #52738E;
--slate-gray-700: #415C71;
--slate-gray-800: #2F4151;
--slate-gray-900: #1E2A34;
--slate-gray-950: #131A20;
}