Slate Gray
#526D8E
BlueColor Codes
All color formats for development
HEX
#526D8ERGB
rgb(82, 109, 142)HSL
hsl(213, 27%, 44%)OKLCH
oklch(0.527 0.061 253.8)CMYK
cmyk(42%, 23%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4A6280
2#425772
3#394C64
4#314255
5#293747
6#212C39
7#19212B
8#10161C
9#080B0E
Tints
Lighter variations
1#5C7BA1
2#6E8AAC
3#8098B6
4#92A7C0
5#A4B6CB
6#B6C4D5
7#C9D3E0
8#DBE2EA
9#EDF0F5
Tones
Muted variations
1#556D8B
2#586E88
3#5B6E85
4#5E6E82
5#616F7F
6#646F7C
7#676F79
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 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DD #D5DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C3 #B5C3D4 | BordersInactive statesPlaceholder text |
| 400 | 8EA3 #8EA3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D89 #6D89AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 526D #526D8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4157 #415771 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3E #2F3E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E28 #1E2834 | 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: #E8EDF2;
--slate-gray-200: #D5DDE7;
--slate-gray-300: #B5C3D4;
--slate-gray-400: #8EA3BE;
--slate-gray-500: #6D89AB;
--slate-gray-600: #526D8E;
--slate-gray-700: #415771;
--slate-gray-800: #2F3E51;
--slate-gray-900: #1E2834;
--slate-gray-950: #131920;
}