Slate Gray
#5E6882
BlueColor Codes
All color formats for development
HEX
#5E6882RGB
rgb(94, 104, 130)HSL
hsl(223, 16%, 44%)OKLCH
oklch(0.519 0.043 268.4)CMYK
cmyk(28%, 20%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#555E75
2#4B5468
3#42495B
4#393F4E
5#2F3441
6#262A34
7#1C1F27
8#13151A
9#090A0D
Tints
Lighter variations
1#6A7693
2#7A859F
3#8B94AB
4#9CA3B7
5#ACB3C3
6#BDC2CF
7#CDD1DB
8#DEE0E7
9#EEF0F3
Tones
Muted variations
1#606980
2#626A7F
3#646B7D
4#656C7B
5#676C79
6#696D77
7#6B6E76
8#6D6F74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC0 #BBC0CE | BordersInactive statesPlaceholder text |
| 400 | 97A0 #97A0B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A84 #7A849F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E68 #5E6882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B53 #4B5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #22262F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF0;
--slate-gray-200: #D9DCE3;
--slate-gray-300: #BBC0CE;
--slate-gray-400: #97A0B4;
--slate-gray-500: #7A849F;
--slate-gray-600: #5E6882;
--slate-gray-700: #4B5368;
--slate-gray-800: #363B4A;
--slate-gray-900: #22262F;
--slate-gray-950: #15181E;
}