Slate Gray
#595F88
BlueColor Codes
All color formats for development
HEX
#595F88RGB
rgb(89, 95, 136)HSL
hsl(232, 21%, 44%)OKLCH
oklch(0.497 0.066 277.3)CMYK
cmyk(35%, 30%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50557A
2#474C6D
3#3E425F
4#353951
5#2C2F44
6#232636
7#1B1C29
8#12131B
9#09090E
Tints
Lighter variations
1#646B99
2#757BA5
3#868CB0
4#979CBB
5#A9ADC7
6#BABDD2
7#CBCEDD
8#DCDEE8
9#EEEFF4
Tones
Muted variations
1#5B6185
2#5D6283
3#606481
4#62667E
5#64687C
6#67697A
7#696B77
8#6B6D75
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 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8BB #B8BBD1 | BordersInactive statesPlaceholder text |
| 400 | 9398 #9398B8 | Disabled statesSecondary iconsMuted text |
| 500 | 747B #747BA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 595F #595F88 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474C #474C6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3236 #32364D | 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: #E9EAF1;
--slate-gray-200: #D7D9E5;
--slate-gray-300: #B8BBD1;
--slate-gray-400: #9398B8;
--slate-gray-500: #747BA4;
--slate-gray-600: #595F88;
--slate-gray-700: #474C6C;
--slate-gray-800: #32364D;
--slate-gray-900: #202331;
--slate-gray-950: #14161F;
}