Slate Gray
#5E6582
BlueColor Codes
All color formats for development
HEX
#5E6582RGB
rgb(94, 101, 130)HSL
hsl(228, 16%, 44%)OKLCH
oklch(0.512 0.047 274.1)CMYK
cmyk(28%, 22%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#555B75
2#4B5168
3#42475B
4#393D4E
5#2F3341
6#262934
7#1C1E27
8#13141A
9#090A0D
Tints
Lighter variations
1#6A7293
2#7A829F
3#8B91AB
4#9CA1B7
5#ACB1C3
6#BDC0CF
7#CDD0DB
8#DEE0E7
9#EEEFF3
Tones
Muted variations
1#606780
2#62687F
3#64697D
4#656A7B
5#676B79
6#696C77
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 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBF #BBBFCE | BordersInactive statesPlaceholder text |
| 400 | 979D #979DB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A81 #7A819F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E65 #5E6582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B51 #4B5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #22252F | 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: #D9DBE3;
--slate-gray-300: #BBBFCE;
--slate-gray-400: #979DB4;
--slate-gray-500: #7A819F;
--slate-gray-600: #5E6582;
--slate-gray-700: #4B5168;
--slate-gray-800: #363A4A;
--slate-gray-900: #22252F;
--slate-gray-950: #15171E;
}