Slate Gray
#5C7A84
BlueColor Codes
All color formats for development
HEX
#5C7A84RGB
rgb(92, 122, 132)HSL
hsl(195, 18%, 44%)OKLCH
oklch(0.56 0.038 220.3)CMYK
cmyk(30%, 8%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#536E77
2#4A626A
3#40565D
4#37494F
5#2E3D42
6#253135
7#1C2528
8#12181A
9#090C0D
Tints
Lighter variations
1#688A95
2#7897A1
3#89A4AD
4#9AB1B9
5#ABBEC4
6#BCCBD0
7#CCD8DC
8#DDE5E8
9#EEF2F3
Tones
Muted variations
1#5E7982
2#607880
3#62777E
4#64767C
5#66757A
6#687478
7#6A7376
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 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACF | BordersInactive statesPlaceholder text |
| 400 | 96AE #96AEB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7897 #7897A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C7A #5C7A84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4961 #496169 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3445 #34454B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D8E1E4;
--slate-gray-300: #BACACF;
--slate-gray-400: #96AEB6;
--slate-gray-500: #7897A1;
--slate-gray-600: #5C7A84;
--slate-gray-700: #496169;
--slate-gray-800: #34454B;
--slate-gray-900: #212C30;
--slate-gray-950: #151C1E;
}