Slate Gray
#5B5C86
BlueColor Codes
All color formats for development
HEX
#5B5C86RGB
rgb(91, 92, 134)HSL
hsl(239, 19%, 44%)OKLCH
oklch(0.491 0.067 282.6)CMYK
cmyk(32%, 31%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#525278
2#49496B
3#40405D
4#373750
5#2D2E43
6#242535
7#1B1B28
8#12121B
9#09090D
Tints
Lighter variations
1#666797
2#7778A2
3#8889AE
4#999ABA
5#AAAAC5
6#BBBBD1
7#CCCCDC
8#DDDDE8
9#EEEEF3
Tones
Muted variations
1#5D5E83
2#5F6081
3#61627F
4#63647D
5#66667B
6#686879
7#6A6A77
8#6C6C74
9#6E6E72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BA #B9BACF | BordersInactive statesPlaceholder text |
| 400 | 9595 #9595B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7677 #7677A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5C #5B5C86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4849 #48496A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEAF1;
--slate-gray-200: #D8D8E4;
--slate-gray-300: #B9BACF;
--slate-gray-400: #9595B7;
--slate-gray-500: #7677A2;
--slate-gray-600: #5B5C86;
--slate-gray-700: #48496A;
--slate-gray-800: #34344C;
--slate-gray-900: #212131;
--slate-gray-950: #15151E;
}