Slate Gray
#516590
BlueColor Codes
All color formats for development
HEX
#516590RGB
rgb(81, 101, 144)HSL
hsl(221, 28%, 44%)OKLCH
oklch(0.509 0.073 264.8)CMYK
cmyk(44%, 30%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495B81
2#415173
3#394665
4#303C56
5#283248
6#202839
7#181E2B
8#10141D
9#080A0E
Tints
Lighter variations
1#5B71A2
2#6D81AD
3#7F91B7
4#91A1C1
5#A4B0CC
6#B6C0D6
7#C8D0E0
8#DAE0EA
9#EDEFF5
Tones
Muted variations
1#54668C
2#576789
3#5A6886
4#5D6983
5#606A80
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 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BE #B4BED5 | BordersInactive statesPlaceholder text |
| 400 | 8D9D #8D9DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C80 #6C80AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5165 #516590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4050 #405072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E39 #2E3952 | 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: #E8EBF2;
--slate-gray-200: #D5DAE7;
--slate-gray-300: #B4BED5;
--slate-gray-400: #8D9DBF;
--slate-gray-500: #6C80AC;
--slate-gray-600: #516590;
--slate-gray-700: #405072;
--slate-gray-800: #2E3952;
--slate-gray-900: #1D2534;
--slate-gray-950: #121721;
}