Slate Gray
#7D819B
BlueColor Codes
All color formats for development
HEX
#7D819BRGB
rgb(125, 129, 155)HSL
hsl(232, 13%, 55%)OKLCH
oklch(0.609 0.04 278.3)CMYK
cmyk(19%, 17%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E728F
2#62667F
3#55596F
4#494C5F
5#3D3F4F
6#31333F
7#252630
8#181920
9#0C0D10
Tints
Lighter variations
1#8A8EA5
2#979AAF
3#A4A7B9
4#B1B4C3
5#BEC0CD
6#CBCDD7
7#D8D9E1
8#E5E6EB
9#F2F2F5
Tones
Muted variations
1#7F829A
2#808398
3#828597
4#838695
5#858794
6#868892
7#888991
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 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBF #BDBFCC | BordersInactive statesPlaceholder text |
| 400 | 9A9D #9A9DB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D81 #7D819B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6266 #62667F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E51 #4E5165 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373A #373A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBEBEF;
--slate-gray-200: #DADBE2;
--slate-gray-300: #BDBFCC;
--slate-gray-400: #9A9DB1;
--slate-gray-500: #7D819B;
--slate-gray-600: #62667F;
--slate-gray-700: #4E5165;
--slate-gray-800: #373A48;
--slate-gray-900: #23252E;
--slate-gray-950: #16171D;
}