Slate Gray
#506891
BlueColor Codes
All color formats for development
HEX
#506891RGB
rgb(80, 104, 145)HSL
hsl(218, 29%, 44%)OKLCH
oklch(0.516 0.071 260.8)CMYK
cmyk(45%, 28%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485D82
2#405374
3#384865
4#303E57
5#283448
6#20293A
7#181F2B
8#10151D
9#080A0E
Tints
Lighter variations
1#5A75A3
2#6C84AE
3#7E93B8
4#90A3C2
5#A3B2CC
6#B5C1D6
7#C8D1E1
8#DAE0EB
9#EDF0F5
Tones
Muted variations
1#53688D
2#56698A
3#596A87
4#5D6B84
5#606C80
6#636D7D
7#666E7A
8#6A6E77
9#6D6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DB #D4DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C0 #B3C0D5 | BordersInactive statesPlaceholder text |
| 400 | 8C9F #8C9FC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B83 #6B83AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5068 #506891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F52 #3F5273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3B #2D3B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D26 #1D2635 | 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: #F5F7FA;
--slate-gray-100: #E8ECF2;
--slate-gray-200: #D4DBE7;
--slate-gray-300: #B3C0D5;
--slate-gray-400: #8C9FC0;
--slate-gray-500: #6B83AE;
--slate-gray-600: #506891;
--slate-gray-700: #3F5273;
--slate-gray-800: #2D3B52;
--slate-gray-900: #1D2635;
--slate-gray-950: #121821;
}