Slate Gray
#7D889B
BlueColor Codes
All color formats for development
HEX
#7D889BRGB
rgb(125, 136, 155)HSL
hsl(218, 13%, 55%)OKLCH
oklch(0.624 0.031 261.4)CMYK
cmyk(19%, 12%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E7A8F
2#626C7F
3#555F6F
4#49515F
5#3D444F
6#31363F
7#252930
8#181B20
9#0C0E10
Tints
Lighter variations
1#8A94A5
2#97A0AF
3#A4ACB9
4#B1B8C3
5#BEC4CD
6#CBD0D7
7#D8DBE1
8#E5E7EB
9#F2F3F5
Tones
Muted variations
1#7F899A
2#808998
3#828997
4#838A95
5#858A94
6#868B92
7#888B91
8#898B8F
9#8B8C8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC2 #BDC2CC | BordersInactive statesPlaceholder text |
| 400 | 9AA3 #9AA3B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D88 #7D889B | Primary brand colorCTAsActive elementsLinks |
| 600 | 626C #626C7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E56 #4E5665 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373E #373E48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272E | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBEDEF;
--slate-gray-200: #DADDE2;
--slate-gray-300: #BDC2CC;
--slate-gray-400: #9AA3B1;
--slate-gray-500: #7D889B;
--slate-gray-600: #626C7F;
--slate-gray-700: #4E5665;
--slate-gray-800: #373E48;
--slate-gray-900: #23272E;
--slate-gray-950: #16191D;
}