Slate Gray
#537A8D
BlueColor Codes
All color formats for development
HEX
#537A8DRGB
rgb(83, 122, 141)HSL
hsl(200, 26%, 44%)OKLCH
oklch(0.558 0.053 229.9)CMYK
cmyk(41%, 13%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B6E7F
2#426271
3#3A5563
4#324955
5#2A3D47
6#213139
7#19252A
8#11181C
9#080C0E
Tints
Lighter variations
1#5E899F
2#6F97AA
3#81A4B5
4#93B1C0
5#A5BECA
6#B7CBD5
7#C9D8DF
8#DBE5EA
9#EDF2F4
Tones
Muted variations
1#56798A
2#597888
3#5C7785
4#5F7682
5#62757F
6#65747C
7#677379
8#6A7276
9#6D7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EF #E9EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C9 #B5C9D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAD #8FADBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E96 #6E96AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 537A #537A8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4261 #426170 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F45 #2F4550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2C #1E2C33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E9EFF2;
--slate-gray-200: #D5E1E6;
--slate-gray-300: #B5C9D4;
--slate-gray-400: #8FADBD;
--slate-gray-500: #6E96AA;
--slate-gray-600: #537A8D;
--slate-gray-700: #426170;
--slate-gray-800: #2F4550;
--slate-gray-900: #1E2C33;
--slate-gray-950: #131C20;
}