Slate Gray
#7D839B
BlueColor Codes
All color formats for development
HEX
#7D839BRGB
rgb(125, 131, 155)HSL
hsl(228, 13%, 55%)OKLCH
oklch(0.613 0.037 274.2)CMYK
cmyk(19%, 15%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E748F
2#62677F
3#555B6F
4#494E5F
5#3D414F
6#31343F
7#252730
8#181A20
9#0C0D10
Tints
Lighter variations
1#8A90A5
2#979CAF
3#A4A8B9
4#B1B5C3
5#BEC1CD
6#CBCED7
7#D8DAE1
8#E5E6EB
9#F2F3F5
Tones
Muted variations
1#7F849A
2#808598
3#828697
4#838795
5#858894
6#868992
7#888A91
8#898A8F
9#8B8B8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC0 #BDC0CC | BordersInactive statesPlaceholder text |
| 400 | 9A9F #9A9FB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D83 #7D839B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6267 #62677F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E52 #4E5265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373B #373B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DADBE2;
--slate-gray-300: #BDC0CC;
--slate-gray-400: #9A9FB1;
--slate-gray-500: #7D839B;
--slate-gray-600: #62677F;
--slate-gray-700: #4E5265;
--slate-gray-800: #373B48;
--slate-gray-900: #23262E;
--slate-gray-950: #16181D;
}