Slate Gray
#506991
BlueColor Codes
All color formats for development
HEX
#506991RGB
rgb(80, 105, 145)HSL
hsl(217, 29%, 44%)OKLCH
oklch(0.518 0.07 259.6)CMYK
cmyk(45%, 28%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485E82
2#405474
3#384965
4#303F57
5#283448
6#202A3A
7#181F2B
8#10151D
9#080A0E
Tints
Lighter variations
1#5A76A3
2#6C85AE
3#7E94B8
4#90A4C2
5#A3B3CC
6#B5C2D6
7#C8D1E1
8#DAE1EB
9#EDF0F5
Tones
Muted variations
1#53698D
2#566A8A
3#596B87
4#5D6C84
5#606C80
6#636D7D
7#666E7A
8#6A6F77
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 | D4DC #D4DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C0 #B3C0D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA0 #8CA0C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B84 #6B84AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5069 #506991 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F53 #3F5373 | 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: #D4DCE7;
--slate-gray-300: #B3C0D5;
--slate-gray-400: #8CA0C0;
--slate-gray-500: #6B84AE;
--slate-gray-600: #506991;
--slate-gray-700: #3F5373;
--slate-gray-800: #2D3B52;
--slate-gray-900: #1D2635;
--slate-gray-950: #121821;
}