Slate Gray
#585B89
BlueColor Codes
All color formats for development
HEX
#585B89RGB
rgb(88, 91, 137)HSL
hsl(236, 22%, 44%)OKLCH
oklch(0.488 0.074 280.4)CMYK
cmyk(36%, 34%, 0%, 46%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4F527B
2#46496E
3#3D4060
4#353652
5#2C2D44
6#232437
7#1A1B29
8#12121B
9#09090E
Tints
Lighter variations
1#63669A
2#7477A6
3#8588B1
4#9699BC
5#A8AAC7
6#B9BBD2
7#CBCCDE
8#DCDDE9
9#EEEEF4
Tones
Muted variations
1#5A5D86
2#5C5F84
3#5F6181
4#61637F
5#64667D
6#66687A
7#696A78
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 | B7B9 #B7B9D1 | BordersInactive statesPlaceholder text |
| 400 | 9295 #9295B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7376 #7376A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585B #585B89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4648 #46486D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3234 #32344E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2021 #202132 | 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: #B7B9D1;
--slate-gray-400: #9295B9;
--slate-gray-500: #7376A5;
--slate-gray-600: #585B89;
--slate-gray-700: #46486D;
--slate-gray-800: #32344E;
--slate-gray-900: #202132;
--slate-gray-950: #14151F;
}