Slate Gray
#516290
BlueColor Codes
All color formats for development
HEX
#516290RGB
rgb(81, 98, 144)HSL
hsl(224, 28%, 44%)OKLCH
oklch(0.502 0.077 268.1)CMYK
cmyk(44%, 32%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495881
2#414E73
3#394465
4#303B56
5#283148
6#202739
7#181D2B
8#10141D
9#080A0E
Tints
Lighter variations
1#5B6EA2
2#6D7EAD
3#7F8EB7
4#919EC1
5#A4AECC
6#B6BED6
7#C8CFE0
8#DADFEA
9#EDEFF5
Tones
Muted variations
1#54638C
2#576489
3#5A6686
4#5D6783
5#606980
6#646A7D
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 | 8D9A #8D9ABF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7D #6C7DAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5162 #516290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404E #404E72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E37 #2E3752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D23 #1D2334 | 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: #8D9ABF;
--slate-gray-500: #6C7DAC;
--slate-gray-600: #516290;
--slate-gray-700: #404E72;
--slate-gray-800: #2E3752;
--slate-gray-900: #1D2334;
--slate-gray-950: #121621;
}