Slate Gray
#53758D
BlueColor Codes
All color formats for development
HEX
#53758DRGB
rgb(83, 117, 141)HSL
hsl(205, 26%, 44%)OKLCH
oklch(0.546 0.054 239.8)CMYK
cmyk(41%, 17%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4B697F
2#425E71
3#3A5263
4#324655
5#2A3B47
6#212F39
7#19232A
8#11171C
9#080C0E
Tints
Lighter variations
1#5E849F
2#6F92AA
3#819FB5
4#93ADC0
5#A5BBCA
6#B7C8D5
7#C9D6DF
8#DBE4EA
9#EDF1F4
Tones
Muted variations
1#56758A
2#597488
3#5C7485
4#5F7382
5#62737F
6#65727C
7#677279
8#6A7176
9#6D7173
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DF #D5DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C7 #B5C7D4 | BordersInactive statesPlaceholder text |
| 400 | 8FAA #8FAABD | Disabled statesSecondary iconsMuted text |
| 500 | 6E91 #6E91AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5375 #53758D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425D #425D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F43 #2F4350 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E9EEF2;
--slate-gray-200: #D5DFE6;
--slate-gray-300: #B5C7D4;
--slate-gray-400: #8FAABD;
--slate-gray-500: #6E91AA;
--slate-gray-600: #53758D;
--slate-gray-700: #425D70;
--slate-gray-800: #2F4350;
--slate-gray-900: #1E2B33;
--slate-gray-950: #131B20;
}