Slate Gray
#62777F
BlueColor Codes
All color formats for development
HEX
#62777FRGB
rgb(98, 119, 127)HSL
hsl(197, 13%, 44%)OKLCH
oklch(0.555 0.028 222.9)CMYK
cmyk(23%, 6%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586B72
2#4E5F65
3#445359
4#3B474C
5#313B3F
6#272F33
7#1D2426
8#141819
9#0A0C0D
Tints
Lighter variations
1#6E868F
2#7E939C
3#8EA1A8
4#9EAEB4
5#AEBCC1
6#BEC9CD
7#CFD7DA
8#DFE4E6
9#EFF2F3
Tones
Muted variations
1#63767D
2#65757C
3#66757A
4#677479
5#697377
6#6A7376
7#6C7275
8#6D7173
9#6F7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC8 #BDC8CC | BordersInactive statesPlaceholder text |
| 400 | 9AAB #9AABB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D93 #7D939B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6277 #62777F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5E #4E5E65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3743 #374348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2E | 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: #EBEEEF;
--slate-gray-200: #DAE0E2;
--slate-gray-300: #BDC8CC;
--slate-gray-400: #9AABB1;
--slate-gray-500: #7D939B;
--slate-gray-600: #62777F;
--slate-gray-700: #4E5E65;
--slate-gray-800: #374348;
--slate-gray-900: #232B2E;
--slate-gray-950: #161B1D;
}