Slate Gray
#52768E
BlueColor Codes
All color formats for development
HEX
#52768ERGB
rgb(82, 118, 142)HSL
hsl(204, 27%, 44%)OKLCH
oklch(0.548 0.055 238.3)CMYK
cmyk(42%, 17%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6A80
2#425F72
3#395364
4#314755
5#293B47
6#212F39
7#19232B
8#10181C
9#080C0E
Tints
Lighter variations
1#5C85A1
2#6E93AC
3#80A0B6
4#92AEC0
5#A4BBCB
6#B6C9D5
7#C9D6E0
8#DBE4EA
9#EDF1F5
Tones
Muted variations
1#55768B
2#587588
3#5B7485
4#5E7482
5#61737F
6#64737C
7#677279
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 | D5E0 #D5E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C8 #B5C8D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAB #8EABBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D92 #6D92AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5276 #52768E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415E #415E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F43 #2F4351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B34 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | 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: #D5E0E7;
--slate-gray-300: #B5C8D4;
--slate-gray-400: #8EABBE;
--slate-gray-500: #6D92AB;
--slate-gray-600: #52768E;
--slate-gray-700: #415E71;
--slate-gray-800: #2F4351;
--slate-gray-900: #1E2B34;
--slate-gray-950: #131B20;
}