Slate Gray
#62797F
CyanColor Codes
All color formats for development
HEX
#62797FRGB
rgb(98, 121, 127)HSL
hsl(192, 13%, 44%)OKLCH
oklch(0.56 0.028 215.3)CMYK
cmyk(23%, 5%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586D72
2#4E6165
3#445559
4#3B494C
5#313C3F
6#273033
7#1D2426
8#141819
9#0A0C0D
Tints
Lighter variations
1#6E888F
2#7E969C
3#8EA3A8
4#9EB0B4
5#AEBDC1
6#BECACD
7#CFD8DA
8#DFE5E6
9#EFF2F3
Tones
Muted variations
1#63787D
2#65777C
3#66767A
4#677579
5#697577
6#6A7476
7#6C7375
8#6D7273
9#6F7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC9 #BDC9CC | BordersInactive statesPlaceholder text |
| 400 | 9AAD #9AADB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D95 #7D959B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6279 #62797F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E60 #4E6065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374548 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFEF;
--slate-gray-200: #DAE0E2;
--slate-gray-300: #BDC9CC;
--slate-gray-400: #9AADB1;
--slate-gray-500: #7D959B;
--slate-gray-600: #62797F;
--slate-gray-700: #4E6065;
--slate-gray-800: #374548;
--slate-gray-900: #232C2E;
--slate-gray-950: #161B1D;
}