Slate Gray
#536C8D
BlueColor Codes
All color formats for development
HEX
#536C8DRGB
rgb(83, 108, 141)HSL
hsl(214, 26%, 44%)OKLCH
oklch(0.525 0.06 255.6)CMYK
cmyk(41%, 23%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B617F
2#425771
3#3A4C63
4#324155
5#2A3647
6#212B39
7#19202A
8#11161C
9#080B0E
Tints
Lighter variations
1#5E7A9F
2#6F89AA
3#8198B5
4#93A6C0
5#A5B5CA
6#B7C4D5
7#C9D3DF
8#DBE1EA
9#EDF0F4
Tones
Muted variations
1#566D8A
2#596D88
3#5C6D85
4#5F6E82
5#626E7F
6#656F7C
7#676F79
8#6A6F76
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 | D5DD #D5DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C2 #B5C2D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA3 #8FA3BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E88 #6E88AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 536C #536C8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4256 #425670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3E #2F3E50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E27 #1E2733 | 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: #D5DDE6;
--slate-gray-300: #B5C2D4;
--slate-gray-400: #8FA3BD;
--slate-gray-500: #6E88AA;
--slate-gray-600: #536C8D;
--slate-gray-700: #425670;
--slate-gray-800: #2F3E50;
--slate-gray-900: #1E2733;
--slate-gray-950: #131920;
}