Slate Gray
#53718D
BlueColor Codes
All color formats for development
HEX
#53718DRGB
rgb(83, 113, 141)HSL
hsl(209, 26%, 44%)OKLCH
oklch(0.537 0.056 247.2)CMYK
cmyk(41%, 20%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B667F
2#425B71
3#3A4F63
4#324455
5#2A3947
6#212D39
7#19222A
8#11171C
9#080B0E
Tints
Lighter variations
1#5E809F
2#6F8EAA
3#819CB5
4#93AAC0
5#A5B8CA
6#B7C6D5
7#C9D5DF
8#DBE3EA
9#EDF1F4
Tones
Muted variations
1#56718A
2#597188
3#5C7185
4#5F7182
5#62717F
6#65717C
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 | B5C5 #B5C5D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA7 #8FA7BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8D #6E8DAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5371 #53718D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425A #425A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F40 #2F4050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E29 #1E2933 | 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: #F5F7F9;
--slate-gray-100: #E9EDF2;
--slate-gray-200: #D5DEE6;
--slate-gray-300: #B5C5D4;
--slate-gray-400: #8FA7BD;
--slate-gray-500: #6E8DAA;
--slate-gray-600: #53718D;
--slate-gray-700: #425A70;
--slate-gray-800: #2F4050;
--slate-gray-900: #1E2933;
--slate-gray-950: #131A20;
}