Slate Gray
#516890
BlueColor Codes
All color formats for development
HEX
#516890RGB
rgb(81, 104, 144)HSL
hsl(218, 28%, 44%)OKLCH
oklch(0.516 0.07 261.2)CMYK
cmyk(44%, 28%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#495D81
2#415373
3#394965
4#303E56
5#283448
6#202A39
7#181F2B
8#10151D
9#080A0E
Tints
Lighter variations
1#5B75A2
2#6D84AD
3#7F94B7
4#91A3C1
5#A4B2CC
6#B6C2D6
7#C8D1E0
8#DAE0EA
9#EDF0F5
Tones
Muted variations
1#54698C
2#576989
3#5A6A86
4#5D6B83
5#606C80
6#646D7D
7#676E7A
8#6A6F76
9#6D6F73
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 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C0 #B4C0D5 | BordersInactive statesPlaceholder text |
| 400 | 8D9F #8D9FBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C84 #6C84AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5168 #516890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4053 #405372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3B #2E3B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2634 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | 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: #D5DBE7;
--slate-gray-300: #B4C0D5;
--slate-gray-400: #8D9FBF;
--slate-gray-500: #6C84AC;
--slate-gray-600: #516890;
--slate-gray-700: #405372;
--slate-gray-800: #2E3B52;
--slate-gray-900: #1D2634;
--slate-gray-950: #121821;
}