Slate Gray
#7E889A
BlueColor Codes
All color formats for development
HEX
#7E889ARGB
rgb(126, 136, 154)HSL
hsl(219, 12%, 55%)OKLCH
oklch(0.625 0.03 262.3)CMYK
cmyk(18%, 12%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F7A8D
2#636C7E
3#565F6E
4#4A515E
5#3E444F
6#31363F
7#25292F
8#191B1F
9#0C0E10
Tints
Lighter variations
1#8B94A4
2#98A0AE
3#A5ACB8
4#B2B8C2
5#BFC4CD
6#CCCFD7
7#D8DBE1
8#E5E7EB
9#F2F3F5
Tones
Muted variations
1#808999
2#818997
3#838996
4#848A95
5#858A93
6#878B92
7#888B90
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 #BDC2CB | BordersInactive statesPlaceholder text |
| 400 | 9BA3 #9BA3B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E88 #7E889A | Primary brand colorCTAsActive elementsLinks |
| 600 | 636C #636C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F56 #4F5664 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383D #383D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2427 #24272E | 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: #BDC2CB;
--slate-gray-400: #9BA3B0;
--slate-gray-500: #7E889A;
--slate-gray-600: #636C7E;
--slate-gray-700: #4F5664;
--slate-gray-800: #383D47;
--slate-gray-900: #24272E;
--slate-gray-950: #16191D;
}