Slate Gray
#506C91
BlueColor Codes
All color formats for development
HEX
#506C91RGB
rgb(80, 108, 145)HSL
hsl(214, 29%, 44%)OKLCH
oklch(0.525 0.067 255.6)CMYK
cmyk(45%, 26%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#486182
2#405674
3#384C65
4#304157
5#283648
6#202B3A
7#18202B
8#10161D
9#080B0E
Tints
Lighter variations
1#5A7AA3
2#6C88AE
3#7E97B8
4#90A6C2
5#A3B5CC
6#B5C4D6
7#C8D3E1
8#DAE1EB
9#EDF0F5
Tones
Muted variations
1#536C8D
2#566D8A
3#596D87
4#5D6E84
5#606E80
6#636E7D
7#666F7A
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 | D4DD #D4DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C2 #B3C2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA2 #8CA2C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B88 #6B88AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506C #506C91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F56 #3F5673 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3D #2D3D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2735 | Primary textHigh emphasis contentDark headings |
| 950 | 1219 #121921 | 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: #D4DDE7;
--slate-gray-300: #B3C2D5;
--slate-gray-400: #8CA2C0;
--slate-gray-500: #6B88AE;
--slate-gray-600: #506C91;
--slate-gray-700: #3F5673;
--slate-gray-800: #2D3D52;
--slate-gray-900: #1D2735;
--slate-gray-950: #121921;
}