Slate Gray
#818498
BlueColor Codes
All color formats for development
HEX
#818498RGB
rgb(129, 132, 152)HSL
hsl(232, 10%, 55%)OKLCH
oklch(0.618 0.03 278.7)CMYK
cmyk(15%, 13%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72758B
2#65687B
3#585B6C
4#4C4E5D
5#3F414D
6#32343E
7#26272E
8#191A1F
9#0D0D0F
Tints
Lighter variations
1#8D90A2
2#9A9CAC
3#A7A9B7
4#B3B5C1
5#C0C1CB
6#CDCED6
7#D9DAE0
8#E6E6EA
9#F2F3F5
Tones
Muted variations
1#828597
2#838695
3#848694
4#858793
5#878892
6#888991
7#898A90
8#8A8B8F
9#8B8B8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDB #DBDBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CA | BordersInactive statesPlaceholder text |
| 400 | 9D9F #9D9FAF | Disabled statesSecondary iconsMuted text |
| 500 | 8184 #818498 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6568 #65687B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5053 #505362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393B #393B46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DBDBE1;
--slate-gray-300: #BEC0CA;
--slate-gray-400: #9D9FAF;
--slate-gray-500: #818498;
--slate-gray-600: #65687B;
--slate-gray-700: #505362;
--slate-gray-800: #393B46;
--slate-gray-900: #25262D;
--slate-gray-950: #17181C;
}