Slate Gray
#516090
BlueColor Codes
All color formats for development
HEX
#516090RGB
rgb(81, 96, 144)HSL
hsl(226, 28%, 44%)OKLCH
oklch(0.498 0.079 270.1)CMYK
cmyk(44%, 33%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495681
2#414C73
3#394365
4#303956
5#283048
6#202639
7#181D2B
8#10131D
9#080A0E
Tints
Lighter variations
1#5B6CA2
2#6D7CAD
3#7F8CB7
4#919DC1
5#A4ADCC
6#B6BDD6
7#C8CEE0
8#DADEEA
9#EDEFF5
Tones
Muted variations
1#54618C
2#576389
3#5A6486
4#5D6683
5#606880
6#64697D
7#676B7A
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 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D9 #D5D9E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BC #B4BCD5 | BordersInactive statesPlaceholder text |
| 400 | 8D98 #8D98BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C7B #6C7BAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515F #515F90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 404C #404C72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E36 #2E3652 | 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: #E8EAF2;
--slate-gray-200: #D5D9E7;
--slate-gray-300: #B4BCD5;
--slate-gray-400: #8D98BF;
--slate-gray-500: #6C7BAC;
--slate-gray-600: #515F90;
--slate-gray-700: #404C72;
--slate-gray-800: #2E3652;
--slate-gray-900: #1D2334;
--slate-gray-950: #121621;
}