Slate Gray
#595E88
BlueColor Codes
All color formats for development
HEX
#595E88RGB
rgb(89, 94, 136)HSL
hsl(234, 21%, 44%)OKLCH
oklch(0.495 0.067 278.4)CMYK
cmyk(35%, 31%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50547A
2#474B6D
3#3E415F
4#353851
5#2C2F44
6#232536
7#1B1C29
8#12131B
9#09090E
Tints
Lighter variations
1#646999
2#757AA5
3#868AB0
4#979BBB
5#A9ACC7
6#BABCD2
7#CBCDDD
8#DCDEE8
9#EEEEF4
Tones
Muted variations
1#5B5F85
2#5D6183
3#606381
4#62657E
5#64677C
6#67697A
7#696B77
8#6B6C75
9#6E6E73
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D8 #D7D8E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BA #B8BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9397 #9397B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7479 #7479A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595D #595D88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474A #474A6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3235 #32354D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2022 #202231 | Primary textHigh emphasis contentDark headings |
| 950 | 1415 #14151F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #E9EAF1;
--slate-gray-200: #D7D8E5;
--slate-gray-300: #B8BAD1;
--slate-gray-400: #9397B8;
--slate-gray-500: #7479A4;
--slate-gray-600: #595D88;
--slate-gray-700: #474A6C;
--slate-gray-800: #32354D;
--slate-gray-900: #202231;
--slate-gray-950: #14151F;
}