Slate Gray
#5A6887
BlueColor Codes
All color formats for development
HEX
#5A6887RGB
rgb(90, 104, 135)HSL
hsl(221, 20%, 44%)OKLCH
oklch(0.518 0.052 265.7)CMYK
cmyk(33%, 23%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#515E79
2#48536C
3#3F495E
4#363E51
5#2D3443
6#242A36
7#1B1F28
8#12151B
9#090A0D
Tints
Lighter variations
1#657598
2#7684A4
3#8794AF
4#98A3BA
5#A9B2C6
6#BAC2D1
7#CCD1DD
8#DDE0E8
9#EEF0F4
Tones
Muted variations
1#5C6984
2#5E6A82
3#606A80
4#636B7E
5#656C7B
6#676D79
7#696E77
8#6C6F75
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C0 #B9C0D0 | BordersInactive statesPlaceholder text |
| 400 | 949F #949FB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7584 #7584A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A68 #5A6887 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4753 #47536B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333B #333B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212631 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F9;
--slate-gray-100: #EAECF1;
--slate-gray-200: #D7DBE4;
--slate-gray-300: #B9C0D0;
--slate-gray-400: #949FB8;
--slate-gray-500: #7584A3;
--slate-gray-600: #5A6887;
--slate-gray-700: #47536B;
--slate-gray-800: #333B4D;
--slate-gray-900: #212631;
--slate-gray-950: #14181F;
}