Slate Gray
#506A91
BlueColor Codes
All color formats for development
HEX
#506A91RGB
rgb(80, 106, 145)HSL
hsl(216, 29%, 44%)OKLCH
oklch(0.52 0.069 258.3)CMYK
cmyk(45%, 27%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#485F82
2#405574
3#384A65
4#303F57
5#283548
6#202A3A
7#18202B
8#10151D
9#080B0E
Tints
Lighter variations
1#5A77A3
2#6C86AE
3#7E95B8
4#90A4C2
5#A3B3CC
6#B5C3D6
7#C8D2E1
8#DAE1EB
9#EDF0F5
Tones
Muted variations
1#536A8D
2#566B8A
3#596C87
4#5D6C84
5#606D80
6#636E7D
7#666E7A
8#6A6F77
9#6D7073
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 | B3C1 #B3C1D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA1 #8CA1C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B86 #6B86AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506A #506A91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F54 #3F5473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3C #2D3C52 | 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: #B3C1D5;
--slate-gray-400: #8CA1C0;
--slate-gray-500: #6B86AE;
--slate-gray-600: #506A91;
--slate-gray-700: #3F5473;
--slate-gray-800: #2D3C52;
--slate-gray-900: #1D2635;
--slate-gray-950: #121821;
}