Slate Gray
#7D949B
CyanColor Codes
All color formats for development
HEX
#7D949BRGB
rgb(125, 148, 155)HSL
hsl(194, 13%, 55%)OKLCH
oklch(0.651 0.028 218.1)CMYK
cmyk(19%, 5%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E878F
2#62787F
3#55696F
4#495A5F
5#3D4B4F
6#313C3F
7#252D30
8#181E20
9#0C0F10
Tints
Lighter variations
1#8A9FA5
2#97AAAF
3#A4B4B9
4#B1BFC3
5#BECACD
6#CBD4D7
7#D8DFE1
8#E5EAEB
9#F2F4F5
Tones
Muted variations
1#7F939A
2#809398
3#829297
4#839195
5#859094
6#868F92
7#888F91
8#898E8F
9#8B8D8E
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 | 9AAC #9AACB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D94 #7D949B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6278 #62787F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5F #4E5F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374448 | 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: #EBEEEF;
--slate-gray-200: #DAE0E2;
--slate-gray-300: #BDC8CC;
--slate-gray-400: #9AACB1;
--slate-gray-500: #7D949B;
--slate-gray-600: #62787F;
--slate-gray-700: #4E5F65;
--slate-gray-800: #374448;
--slate-gray-900: #232C2E;
--slate-gray-950: #161B1D;
}