Slate Gray
#516C90
BlueColor Codes
All color formats for development
HEX
#516C90RGB
rgb(81, 108, 144)HSL
hsl(214, 28%, 44%)OKLCH
oklch(0.525 0.066 255.8)CMYK
cmyk(44%, 25%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#496181
2#415673
3#394C65
4#304156
5#283648
6#202B39
7#18202B
8#10161D
9#080B0E
Tints
Lighter variations
1#5B7AA2
2#6D88AD
3#7F97B7
4#91A6C1
5#A4B5CC
6#B6C4D6
7#C8D3E0
8#DAE1EA
9#EDF0F5
Tones
Muted variations
1#546C8C
2#576D89
3#5A6D86
4#5D6E83
5#606E80
6#646F7D
7#676F7A
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 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DD #D5DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C2 #B4C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA2 #8DA2BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C88 #6C88AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 516C #516C90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4056 #405672 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3D #2E3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2734 | Primary textHigh emphasis contentDark headings |
| 950 | 1219 #121921 | 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: #D5DDE7;
--slate-gray-300: #B4C2D5;
--slate-gray-400: #8DA2BF;
--slate-gray-500: #6C88AC;
--slate-gray-600: #516C90;
--slate-gray-700: #405672;
--slate-gray-800: #2E3D52;
--slate-gray-900: #1D2734;
--slate-gray-950: #121921;
}