Slate Gray
#5E7782
BlueColor Codes
All color formats for development
HEX
#5E7782RGB
rgb(94, 119, 130)HSL
hsl(198, 16%, 44%)OKLCH
oklch(0.553 0.034 226.5)CMYK
cmyk(28%, 8%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#556B75
2#4B6068
3#42545B
4#39484E
5#2F3C41
6#263034
7#1C2427
8#13181A
9#090C0D
Tints
Lighter variations
1#6A8793
2#7A949F
3#8BA1AB
4#9CAFB7
5#ACBCC3
6#BDCACF
7#CDD7DB
8#DEE4E7
9#EEF2F3
Tones
Muted variations
1#607780
2#62767F
3#64757D
4#65757B
5#677479
6#697377
7#6B7276
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 | 97AB #97ABB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A94 #7A949F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E77 #5E7782 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5F #4B5F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3644 #36444A | 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: #BBC8CE;
--slate-gray-400: #97ABB4;
--slate-gray-500: #7A949F;
--slate-gray-600: #5E7782;
--slate-gray-700: #4B5F68;
--slate-gray-800: #36444A;
--slate-gray-900: #222B2F;
--slate-gray-950: #151B1E;
}