Slate Gray
#516390
BlueColor Codes
All color formats for development
HEX
#516390RGB
rgb(81, 99, 144)HSL
hsl(223, 28%, 44%)OKLCH
oklch(0.504 0.075 267)CMYK
cmyk(44%, 31%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495981
2#414F73
3#394565
4#303B56
5#283148
6#202739
7#181E2B
8#10141D
9#080A0E
Tints
Lighter variations
1#5B6FA2
2#6D7FAD
3#7F8FB7
4#919FC1
5#A4AFCC
6#B6BFD6
7#C8CFE0
8#DADFEA
9#EDEFF5
Tones
Muted variations
1#54648C
2#576589
3#5A6786
4#5D6883
5#606980
6#646B7D
7#676C7A
8#6A6D76
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DA #D5DAE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BD #B4BDD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9B #8D9BBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7E #6C7EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5163 #516390 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404E #404E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E38 #2E3852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D24 #1D2434 | Primary textHigh emphasis contentDark headings |
| 950 | 1216 #121621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F6F9;
--slate-gray-100: #E8EBF2;
--slate-gray-200: #D5DAE7;
--slate-gray-300: #B4BDD5;
--slate-gray-400: #8D9BBF;
--slate-gray-500: #6C7EAC;
--slate-gray-600: #516390;
--slate-gray-700: #404E72;
--slate-gray-800: #2E3852;
--slate-gray-900: #1D2434;
--slate-gray-950: #121621;
}