Slate Gray
#5B7886
BlueColor Codes
All color formats for development
HEX
#5B7886RGB
rgb(91, 120, 134)HSL
hsl(200, 19%, 44%)OKLCH
oklch(0.555 0.04 229.1)CMYK
cmyk(32%, 10%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#526B78
2#495F6B
3#40545D
4#374850
5#2D3C43
6#243035
7#1B2428
8#12181B
9#090C0D
Tints
Lighter variations
1#668697
2#7794A2
3#88A1AE
4#99AFBA
5#AABCC5
6#BBC9D1
7#CCD7DC
8#DDE4E8
9#EEF2F3
Tones
Muted variations
1#5D7783
2#5F7681
3#61757F
4#63747D
5#66747B
6#687379
7#6A7277
8#6C7274
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8CF | BordersInactive statesPlaceholder text |
| 400 | 95AB #95ABB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7694 #7694A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B77 #5B7786 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485F #485F6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3444 #34444C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B31 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF1;
--slate-gray-200: #D8E0E4;
--slate-gray-300: #B9C8CF;
--slate-gray-400: #95ABB7;
--slate-gray-500: #7694A2;
--slate-gray-600: #5B7786;
--slate-gray-700: #485F6A;
--slate-gray-800: #34444C;
--slate-gray-900: #212B31;
--slate-gray-950: #151B1E;
}