Slate Gray
#536F8D
BlueColor Codes
All color formats for development
HEX
#536F8DRGB
rgb(83, 111, 141)HSL
hsl(211, 26%, 44%)OKLCH
oklch(0.532 0.058 250.7)CMYK
cmyk(41%, 21%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B647F
2#425971
3#3A4E63
4#324355
5#2A3847
6#212C39
7#19212A
8#11161C
9#080B0E
Tints
Lighter variations
1#5E7D9F
2#6F8CAA
3#819AB5
4#93A9C0
5#A5B7CA
6#B7C5D5
7#C9D4DF
8#DBE2EA
9#EDF1F4
Tones
Muted variations
1#566F8A
2#596F88
3#5C7085
4#5F7082
5#62707F
6#65707C
7#677079
8#6A7076
9#6D7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DE #D5DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C4 #B5C4D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA5 #8FA5BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8B #6E8BAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536F #536F8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4258 #425870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3F #2F3F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E28 #1E2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E9EDF2;
--slate-gray-200: #D5DEE6;
--slate-gray-300: #B5C4D4;
--slate-gray-400: #8FA5BD;
--slate-gray-500: #6E8BAA;
--slate-gray-600: #536F8D;
--slate-gray-700: #425870;
--slate-gray-800: #2F3F50;
--slate-gray-900: #1E2833;
--slate-gray-950: #131920;
}