Slate Gray
#7C9B9C
CyanColor Codes
All color formats for development
HEX
#7C9B9CRGB
rgb(124, 155, 156)HSL
hsl(182, 14%, 55%)OKLCH
oklch(0.666 0.034 198.8)CMYK
cmyk(21%, 1%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D8F90
2#607F80
3#546F70
4#485F60
5#3C4F50
6#303F40
7#243030
8#182020
9#0C1010
Tints
Lighter variations
1#89A5A6
2#96AFB0
3#A3B9BA
4#B1C3C4
5#BECDCE
6#CBD7D8
7#D8E1E1
8#E5EBEB
9#F2F5F5
Tones
Muted variations
1#7E9A9B
2#7F9899
3#819797
4#839596
5#849494
6#869293
7#879191
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 | BCCC #BCCCCD | BordersInactive statesPlaceholder text |
| 400 | 99B1 #99B1B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C9B #7C9B9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607F #607F80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D65 #4D6566 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374849 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2F | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | 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: #BCCCCD;
--slate-gray-400: #99B1B2;
--slate-gray-500: #7C9B9C;
--slate-gray-600: #607F80;
--slate-gray-700: #4D6566;
--slate-gray-800: #374849;
--slate-gray-900: #232E2F;
--slate-gray-950: #161D1D;
}