Slate Gray
#7C999C
CyanColor Codes
All color formats for development
HEX
#7C999CRGB
rgb(124, 153, 156)HSL
hsl(186, 14%, 55%)OKLCH
oklch(0.662 0.033 204.1)CMYK
cmyk(21%, 2%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D8C90
2#607D80
3#546D70
4#485E60
5#3C4E50
6#303E40
7#242F30
8#181F20
9#0C1010
Tints
Lighter variations
1#89A3A6
2#96ADB0
3#A3B8BA
4#B1C2C4
5#BECCCE
6#CBD6D8
7#D8E0E1
8#E5EBEB
9#F2F5F5
Tones
Muted variations
1#7E989B
2#7F9799
3#819597
4#839496
5#849394
6#869193
7#879091
8#898F8F
9#8B8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 99B0 #99B0B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C99 #7C999C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607D #607D80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D63 #4D6366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EBEFF0;
--slate-gray-200: #D9E2E2;
--slate-gray-300: #BCCBCD;
--slate-gray-400: #99B0B2;
--slate-gray-500: #7C999C;
--slate-gray-600: #607D80;
--slate-gray-700: #4D6366;
--slate-gray-800: #374749;
--slate-gray-900: #232D2F;
--slate-gray-950: #161C1D;
}