Slate Gray
#5E7882
BlueColor Codes
All color formats for development
HEX
#5E7882RGB
rgb(94, 120, 130)HSL
hsl(197, 16%, 44%)OKLCH
oklch(0.556 0.034 223.4)CMYK
cmyk(28%, 8%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556C75
2#4B6068
3#42545B
4#39484E
5#2F3C41
6#263034
7#1C2427
8#13181A
9#090C0D
Tints
Lighter variations
1#6A8793
2#7A959F
3#8BA2AB
4#9CAFB7
5#ACBDC3
6#BDCACF
7#CDD7DB
8#DEE4E7
9#EEF2F3
Tones
Muted variations
1#607780
2#62767F
3#64767D
4#65757B
5#677479
6#697377
7#6B7376
8#6D7274
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 | BBC8 #BBC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AC #97ACB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A94 #7A949F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E78 #5E7882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5F #4B5F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3644 #36444A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C2F | 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: #BBC8CE;
--slate-gray-400: #97ACB4;
--slate-gray-500: #7A949F;
--slate-gray-600: #5E7882;
--slate-gray-700: #4B5F68;
--slate-gray-800: #36444A;
--slate-gray-900: #222C2F;
--slate-gray-950: #151B1E;
}