Slate Gray
#5E8282
CyanColor Codes
All color formats for development
HEX
#5E8282RGB
rgb(94, 130, 130)HSL
hsl(180, 16%, 44%)OKLCH
oklch(0.58 0.04 196.1)CMYK
cmyk(28%, 0%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#557575
2#4B6868
3#425B5B
4#394E4E
5#2F4141
6#263434
7#1C2727
8#131A1A
9#090D0D
Tints
Lighter variations
1#6A9393
2#7A9F9F
3#8BABAB
4#9CB7B7
5#ACC3C3
6#BDCFCF
7#CDDBDB
8#DEE7E7
9#EEF3F3
Tones
Muted variations
1#608080
2#627F7F
3#647D7D
4#657B7B
5#677979
6#697777
7#6B7676
8#6D7474
9#6E7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCE #BBCECE | BordersInactive statesPlaceholder text |
| 400 | 97B4 #97B4B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9F #7A9F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E82 #5E8282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B68 #4B6868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 364A #364A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222F #222F2F | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF0F0;
--slate-gray-200: #D9E3E3;
--slate-gray-300: #BBCECE;
--slate-gray-400: #97B4B4;
--slate-gray-500: #7A9F9F;
--slate-gray-600: #5E8282;
--slate-gray-700: #4B6868;
--slate-gray-800: #364A4A;
--slate-gray-900: #222F2F;
--slate-gray-950: #151E1E;
}