Slate Gray
#5B6286
BlueColor Codes
All color formats for development
HEX
#5B6286RGB
rgb(91, 98, 134)HSL
hsl(230, 19%, 44%)OKLCH
oklch(0.505 0.058 275.6)CMYK
cmyk(32%, 27%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#525878
2#494E6B
3#40455D
4#373B50
5#2D3143
6#242735
7#1B1D28
8#12141B
9#090A0D
Tints
Lighter variations
1#666E97
2#777EA2
3#888EAE
4#999EBA
5#AAAFC5
6#BBBFD1
7#CCCFDC
8#DDDFE8
9#EEEFF3
Tones
Muted variations
1#5D6383
2#5F6581
3#61667F
4#63687D
5#66697B
6#686B79
7#6A6C77
8#6C6D74
9#6E6F72
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DA #D8DAE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDCF | BordersInactive statesPlaceholder text |
| 400 | 959A #959AB7 | Disabled statesSecondary iconsMuted text |
| 500 | 767E #767EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B62 #5B6286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484E #484E6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3438 #34384C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2124 #212431 | Primary textHigh emphasis contentDark headings |
| 950 | 1516 #15161E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F6F9;
--slate-gray-100: #EAEBF1;
--slate-gray-200: #D8DAE4;
--slate-gray-300: #B9BDCF;
--slate-gray-400: #959AB7;
--slate-gray-500: #767EA2;
--slate-gray-600: #5B6286;
--slate-gray-700: #484E6A;
--slate-gray-800: #34384C;
--slate-gray-900: #212431;
--slate-gray-950: #15161E;
}