Slate Gray
#595C88
BlueColor Codes
All color formats for development
HEX
#595C88RGB
rgb(89, 92, 136)HSL
hsl(236, 21%, 44%)OKLCH
oklch(0.491 0.07 280.5)CMYK
cmyk(35%, 32%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50537A
2#47496D
3#3E405F
4#353751
5#2C2E44
6#232536
7#1B1C29
8#12121B
9#09090E
Tints
Lighter variations
1#646799
2#7578A5
3#8689B0
4#979ABB
5#A9ABC7
6#BABBD2
7#CBCCDD
8#DCDDE8
9#EEEEF4
Tones
Muted variations
1#5B5E85
2#5D6083
3#606281
4#62647E
5#64667C
6#67687A
7#696A77
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 | 9396 #9396B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7477 #7477A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595C #595C88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4749 #47496C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3234 #32344D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202131 | 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: #9396B8;
--slate-gray-500: #7477A4;
--slate-gray-600: #595C88;
--slate-gray-700: #47496C;
--slate-gray-800: #32344D;
--slate-gray-900: #202131;
--slate-gray-950: #14151F;
}