Slate Gray
#5E7682
BlueColor Codes
All color formats for development
HEX
#5E7682RGB
rgb(94, 118, 130)HSL
hsl(200, 16%, 44%)OKLCH
oklch(0.551 0.034 229.7)CMYK
cmyk(28%, 9%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556A75
2#4B5F68
3#42535B
4#39474E
5#2F3B41
6#262F34
7#1C2327
8#13181A
9#090C0D
Tints
Lighter variations
1#6A8593
2#7A939F
3#8BA0AB
4#9CAEB7
5#ACBBC3
6#BDC9CF
7#CDD6DB
8#DEE4E7
9#EEF1F3
Tones
Muted variations
1#607680
2#62757F
3#64747D
4#65747B
5#677379
6#697377
7#6B7276
8#6D7174
9#6E7172
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E0 #D9E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC7 #BBC7CE | BordersInactive statesPlaceholder text |
| 400 | 97AB #97ABB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A92 #7A929F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E76 #5E7682 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5E #4B5E68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3643 #36434A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B2F | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAEEF0;
--slate-gray-200: #D9E0E3;
--slate-gray-300: #BBC7CE;
--slate-gray-400: #97ABB4;
--slate-gray-500: #7A929F;
--slate-gray-600: #5E7682;
--slate-gray-700: #4B5E68;
--slate-gray-800: #36434A;
--slate-gray-900: #222B2F;
--slate-gray-950: #151B1E;
}