Slate Gray
#7D829B
BlueColor Codes
All color formats for development
HEX
#7D829BRGB
rgb(125, 130, 155)HSL
hsl(230, 13%, 55%)OKLCH
oklch(0.611 0.038 276.3)CMYK
cmyk(19%, 16%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6E738F
2#62667F
3#555A6F
4#494D5F
5#3D404F
6#31333F
7#252630
8#181A20
9#0C0D10
Tints
Lighter variations
1#8A8FA5
2#979BAF
3#A4A8B9
4#B1B4C3
5#BEC1CD
6#CBCDD7
7#D8DAE1
8#E5E6EB
9#F2F3F5
Tones
Muted variations
1#7F839A
2#808498
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 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBF #BDBFCC | BordersInactive statesPlaceholder text |
| 400 | 9A9E #9A9EB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D82 #7D829B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6266 #62667F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E52 #4E5265 | 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: #EBECEF;
--slate-gray-200: #DADBE2;
--slate-gray-300: #BDBFCC;
--slate-gray-400: #9A9EB1;
--slate-gray-500: #7D829B;
--slate-gray-600: #62667F;
--slate-gray-700: #4E5265;
--slate-gray-800: #373A48;
--slate-gray-900: #23252E;
--slate-gray-950: #16171D;
}