Slate Gray
#585C89
BlueColor Codes
All color formats for development
HEX
#585C89RGB
rgb(88, 92, 137)HSL
hsl(235, 22%, 44%)OKLCH
oklch(0.49 0.072 279.5)CMYK
cmyk(36%, 33%, 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#353752
5#2C2E44
6#232537
7#1A1B29
8#12121B
9#09090E
Tints
Lighter variations
1#63679A
2#7478A6
3#8589B1
4#969ABC
5#A8ABC7
6#B9BBD2
7#CBCCDE
8#DCDDE9
9#EEEEF4
Tones
Muted variations
1#5A5E86
2#5C6084
3#5F6281
4#61647F
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 | B7BA #B7BAD1 | BordersInactive statesPlaceholder text |
| 400 | 9295 #9295B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7377 #7377A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 585C #585C89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4649 #46496D | 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: #B7BAD1;
--slate-gray-400: #9295B9;
--slate-gray-500: #7377A5;
--slate-gray-600: #585C89;
--slate-gray-700: #46496D;
--slate-gray-800: #32344E;
--slate-gray-900: #202132;
--slate-gray-950: #14151F;
}