Slate Gray
#5E6482
BlueColor Codes
All color formats for development
HEX
#5E6482RGB
rgb(94, 100, 130)HSL
hsl(230, 16%, 44%)OKLCH
oklch(0.51 0.048 275.8)CMYK
cmyk(28%, 23%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#555A75
2#4B5068
3#42465B
4#393C4E
5#2F3241
6#262834
7#1C1E27
8#13141A
9#090A0D
Tints
Lighter variations
1#6A7193
2#7A819F
3#8B90AB
4#9CA0B7
5#ACB0C3
6#BDC0CF
7#CDD0DB
8#DEDFE7
9#EEEFF3
Tones
Muted variations
1#606580
2#62677F
3#64687D
4#65697B
5#676A79
6#696B77
7#6B6D76
8#6D6E74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBE #BBBECE | BordersInactive statesPlaceholder text |
| 400 | 979C #979CB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A80 #7A809F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E64 #5E6482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B50 #4B5068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3639 #36394A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2224 #22242F | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAEBF0;
--slate-gray-200: #D9DAE3;
--slate-gray-300: #BBBECE;
--slate-gray-400: #979CB4;
--slate-gray-500: #7A809F;
--slate-gray-600: #5E6482;
--slate-gray-700: #4B5068;
--slate-gray-800: #36394A;
--slate-gray-900: #22242F;
--slate-gray-950: #15171E;
}