Slate Gray
#5B7686
BlueColor Codes
All color formats for development
HEX
#5B7686RGB
rgb(91, 118, 134)HSL
hsl(202, 19%, 44%)OKLCH
oklch(0.551 0.04 234.5)CMYK
cmyk(32%, 12%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#526A78
2#495E6B
3#40535D
4#374750
5#2D3B43
6#242F35
7#1B2328
8#12181B
9#090C0D
Tints
Lighter variations
1#668597
2#7793A2
3#88A0AE
4#99AEBA
5#AABBC5
6#BBC9D1
7#CCD6DC
8#DDE4E8
9#EEF1F3
Tones
Muted variations
1#5D7583
2#5F7581
3#61747F
4#63747D
5#66737B
6#687279
7#6A7277
8#6C7174
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 | B9C7 #B9C7CF | BordersInactive statesPlaceholder text |
| 400 | 95AA #95AAB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7692 #7692A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B76 #5B7686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485E #485E6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3443 #34434C | 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: #B9C7CF;
--slate-gray-400: #95AAB7;
--slate-gray-500: #7692A2;
--slate-gray-600: #5B7686;
--slate-gray-700: #485E6A;
--slate-gray-800: #34434C;
--slate-gray-900: #212B31;
--slate-gray-950: #151B1E;
}