Slate Gray
#596388
BlueColor Codes
All color formats for development
HEX
#596388RGB
rgb(89, 99, 136)HSL
hsl(227, 21%, 44%)OKLCH
oklch(0.506 0.06 272.4)CMYK
cmyk(35%, 27%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50597A
2#474F6D
3#3E455F
4#353B51
5#2C3144
6#232836
7#1B1E29
8#12141B
9#090A0E
Tints
Lighter variations
1#646F99
2#757FA5
3#868FB0
4#979FBB
5#A9AFC7
6#BABFD2
7#CBCFDD
8#DCDFE8
9#EEEFF4
Tones
Muted variations
1#5B6485
2#5D6683
3#606781
4#62687E
5#646A7C
6#676B7A
7#696C77
8#6B6E75
9#6E6F73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BD #B8BDD1 | BordersInactive statesPlaceholder text |
| 400 | 939B #939BB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747F #747FA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5963 #596388 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474F #474F6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202431 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9EBF1;
--slate-gray-200: #D7DAE5;
--slate-gray-300: #B8BDD1;
--slate-gray-400: #939BB8;
--slate-gray-500: #747FA4;
--slate-gray-600: #596388;
--slate-gray-700: #474F6C;
--slate-gray-800: #32384D;
--slate-gray-900: #202431;
--slate-gray-950: #14161F;
}