Slate Gray
#5E8082
CyanColor Codes
All color formats for development
HEX
#5E8082RGB
rgb(94, 128, 130)HSL
hsl(183, 16%, 44%)OKLCH
oklch(0.575 0.039 200.7)CMYK
cmyk(28%, 2%, 0%, 49%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#557475
2#4B6768
3#425A5B
4#394D4E
5#2F4041
6#263334
7#1C2727
8#131A1A
9#090D0D
Tints
Lighter variations
1#6A9193
2#7A9D9F
3#8BA9AB
4#9CB6B7
5#ACC2C3
6#BDCECF
7#CDDADB
8#DEE7E7
9#EEF3F3
Tones
Muted variations
1#607F80
2#627D7F
3#647C7D
4#657A7B
5#677879
6#697777
7#6B7576
8#6D7374
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 | D9E3 #D9E3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBCD #BBCDCE | BordersInactive statesPlaceholder text |
| 400 | 97B3 #97B3B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A9D #7A9D9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E80 #5E8082 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B66 #4B6668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3649 #36494A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222F #222F2F | 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: #D9E3E3;
--slate-gray-300: #BBCDCE;
--slate-gray-400: #97B3B4;
--slate-gray-500: #7A9D9F;
--slate-gray-600: #5E8082;
--slate-gray-700: #4B6668;
--slate-gray-800: #36494A;
--slate-gray-900: #222F2F;
--slate-gray-950: #151D1E;
}