Slate Gray
#516790
BlueColor Codes
All color formats for development
HEX
#516790RGB
rgb(81, 103, 144)HSL
hsl(219, 28%, 44%)OKLCH
oklch(0.513 0.071 262.4)CMYK
cmyk(44%, 28%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495C81
2#415273
3#394865
4#303E56
5#283348
6#202939
7#181F2B
8#10151D
9#080A0E
Tints
Lighter variations
1#5B74A2
2#6D83AD
3#7F93B7
4#91A2C1
5#A4B2CC
6#B6C1D6
7#C8D1E0
8#DAE0EA
9#EDF0F5
Tones
Muted variations
1#54688C
2#576989
3#5A6A86
4#5D6B83
5#606B80
6#646C7D
7#676D7A
8#6A6E76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BF #B4BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9E #8D9EBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C83 #6C83AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5167 #516790 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4052 #405272 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3A #2E3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2534 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F7F9;
--slate-gray-100: #E8ECF2;
--slate-gray-200: #D5DBE7;
--slate-gray-300: #B4BFD5;
--slate-gray-400: #8D9EBF;
--slate-gray-500: #6C83AC;
--slate-gray-600: #516790;
--slate-gray-700: #405272;
--slate-gray-800: #2E3A52;
--slate-gray-900: #1D2534;
--slate-gray-950: #121721;
}