Slate Gray
#516990
BlueColor Codes
All color formats for development
HEX
#516990RGB
rgb(81, 105, 144)HSL
hsl(217, 28%, 44%)OKLCH
oklch(0.518 0.069 259.9)CMYK
cmyk(44%, 27%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495E81
2#415473
3#394965
4#303F56
5#283448
6#202A39
7#181F2B
8#10151D
9#080A0E
Tints
Lighter variations
1#5B76A2
2#6D85AD
3#7F95B7
4#91A4C1
5#A4B3CC
6#B6C2D6
7#C8D1E0
8#DAE1EA
9#EDF0F5
Tones
Muted variations
1#546A8C
2#576A89
3#5A6B86
4#5D6C83
5#606D80
6#646D7D
7#676E7A
8#6A6F76
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 | D5DC #D5DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C1 #B4C1D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA0 #8DA0BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C85 #6C85AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5169 #516990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4053 #405372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3C #2E3C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2634 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | 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: #D5DCE7;
--slate-gray-300: #B4C1D5;
--slate-gray-400: #8DA0BF;
--slate-gray-500: #6C85AC;
--slate-gray-600: #516990;
--slate-gray-700: #405372;
--slate-gray-800: #2E3C52;
--slate-gray-900: #1D2634;
--slate-gray-950: #121821;
}