Slate Gray
#5B5B86
BlueColor Codes
All color formats for development
HEX
#5B5B86RGB
rgb(91, 91, 134)HSL
hsl(240, 19%, 44%)OKLCH
oklch(0.489 0.068 283.6)CMYK
cmyk(32%, 32%, 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#2D2D43
6#242435
7#1B1B28
8#12121B
9#09090D
Tints
Lighter variations
1#666697
2#7777A2
3#8888AE
4#9999BA
5#AAAAC5
6#BBBBD1
7#CCCCDC
8#DDDDE8
9#EEEEF3
Tones
Muted variations
1#5D5D83
2#5F5F81
3#61617F
4#63637D
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 | B9B9 #B9B9CF | BordersInactive statesPlaceholder text |
| 400 | 9595 #9595B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7676 #7676A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5B #5B5B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4848 #48486A | 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: #B9B9CF;
--slate-gray-400: #9595B7;
--slate-gray-500: #7676A2;
--slate-gray-600: #5B5B86;
--slate-gray-700: #48486A;
--slate-gray-800: #34344C;
--slate-gray-900: #212131;
--slate-gray-950: #15151E;
}