Slate Gray
#5C8184
CyanColor Codes
All color formats for development
HEX
#5C8184RGB
rgb(92, 129, 132)HSL
hsl(185, 18%, 44%)OKLCH
oklch(0.577 0.042 202.4)CMYK
cmyk(30%, 2%, 0%, 48%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#537477
2#4A676A
3#405A5D
4#374D4F
5#2E4142
6#253435
7#1C2728
8#121A1A
9#090D0D
Tints
Lighter variations
1#689195
2#789EA1
3#89AAAD
4#9AB6B9
5#ABC2C4
6#BCCED0
7#CCDBDC
8#DDE7E8
9#EEF3F3
Tones
Muted variations
1#5E7F82
2#607E80
3#627C7E
4#647A7C
5#66797A
6#687778
7#6A7576
8#6C7474
9#6E7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACD #BACDCF | BordersInactive statesPlaceholder text |
| 400 | 96B3 #96B3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789D #789DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C81 #5C8184 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4967 #496769 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F9;
--slate-gray-100: #EAF0F0;
--slate-gray-200: #D8E3E4;
--slate-gray-300: #BACDCF;
--slate-gray-400: #96B3B6;
--slate-gray-500: #789DA1;
--slate-gray-600: #5C8184;
--slate-gray-700: #496769;
--slate-gray-800: #34494B;
--slate-gray-900: #212F30;
--slate-gray-950: #151D1E;
}