Slate Gray
#596288
BlueColor Codes
All color formats for development
HEX
#596288RGB
rgb(89, 98, 136)HSL
hsl(229, 21%, 44%)OKLCH
oklch(0.504 0.062 273.7)CMYK
cmyk(35%, 28%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50587A
2#474E6D
3#3E445F
4#353A51
5#2C3144
6#232736
7#1B1D29
8#12131B
9#090A0E
Tints
Lighter variations
1#646E99
2#757EA5
3#868EB0
4#979EBB
5#A9AEC7
6#BABED2
7#CBCEDD
8#DCDFE8
9#EEEFF4
Tones
Muted variations
1#5B6385
2#5D6483
3#606681
4#62677E
5#64697C
6#676A7A
7#696C77
8#6B6D75
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 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BD #B8BDD1 | BordersInactive statesPlaceholder text |
| 400 | 939A #939AB8 | Disabled statesSecondary iconsMuted text |
| 500 | 747D #747DA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5961 #596188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202331 | 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: #D7D9E5;
--slate-gray-300: #B8BDD1;
--slate-gray-400: #939AB8;
--slate-gray-500: #747DA4;
--slate-gray-600: #596188;
--slate-gray-700: #474D6C;
--slate-gray-800: #32374D;
--slate-gray-900: #202331;
--slate-gray-950: #14161F;
}