Slate Gray
#506E91
BlueColor Codes
All color formats for development
HEX
#506E91RGB
rgb(80, 110, 145)HSL
hsl(212, 29%, 44%)OKLCH
oklch(0.529 0.066 252.8)CMYK
cmyk(45%, 24%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#486382
2#405874
3#384D65
4#304257
5#283748
6#202C3A
7#18212B
8#10161D
9#080B0E
Tints
Lighter variations
1#5A7CA3
2#6C8BAE
3#7E99B8
4#90A8C2
5#A3B6CC
6#B5C5D6
7#C8D3E1
8#DAE2EB
9#EDF0F5
Tones
Muted variations
1#536E8D
2#566E8A
3#596F87
4#5D6F84
5#606F80
6#636F7D
7#66707A
8#6A7077
9#6D7073
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8ED #E8EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4DD #D4DDE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C3 #B3C3D5 | BordersInactive statesPlaceholder text |
| 400 | 8CA4 #8CA4C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B8A #6B8AAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 506E #506E91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F58 #3F5873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D3F #2D3F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D28 #1D2835 | 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: #E8EDF2;
--slate-gray-200: #D4DDE7;
--slate-gray-300: #B3C3D5;
--slate-gray-400: #8CA4C0;
--slate-gray-500: #6B8AAE;
--slate-gray-600: #506E91;
--slate-gray-700: #3F5873;
--slate-gray-800: #2D3F52;
--slate-gray-900: #1D2835;
--slate-gray-950: #121921;
}