Slate Gray
#819098
BlueColor Codes
All color formats for development
HEX
#819098RGB
rgb(129, 144, 152)HSL
hsl(201, 10%, 55%)OKLCH
oklch(0.644 0.021 230.9)CMYK
cmyk(15%, 5%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#72828B
2#65747B
3#58656C
4#4C575D
5#3F484D
6#323A3E
7#262B2E
8#191D1F
9#0D0E0F
Tints
Lighter variations
1#8D9BA2
2#9AA6AC
3#A7B1B7
4#B3BCC1
5#C0C7CB
6#CDD2D6
7#D9DEE0
8#E6E9EA
9#F2F4F5
Tones
Muted variations
1#828F97
2#838F95
3#848F94
4#858E93
5#878E92
6#888E91
7#898D90
8#8A8D8F
9#8B8D8D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC6 #BEC6CA | BordersInactive statesPlaceholder text |
| 400 | 9DA8 #9DA8AF | Disabled statesSecondary iconsMuted text |
| 500 | 8190 #819098 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6574 #65747B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505C #505C62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3942 #394246 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F7F8F8;
--slate-gray-100: #EBEEEF;
--slate-gray-200: #DBDFE1;
--slate-gray-300: #BEC6CA;
--slate-gray-400: #9DA8AF;
--slate-gray-500: #819098;
--slate-gray-600: #65747B;
--slate-gray-700: #505C62;
--slate-gray-800: #394246;
--slate-gray-900: #252A2D;
--slate-gray-950: #171A1C;
}