Slate Gray
#5A8487
CyanColor Codes
All color formats for development
HEX
#5A8487RGB
rgb(90, 132, 135)HSL
hsl(184, 20%, 44%)OKLCH
oklch(0.584 0.047 201.6)CMYK
cmyk(33%, 2%, 0%, 47%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#517679
2#48696C
3#3F5C5E
4#364F51
5#2D4243
6#243536
7#1B2728
8#121A1B
9#090D0D
Tints
Lighter variations
1#659498
2#76A1A4
3#87ACAF
4#98B8BA
5#A9C4C6
6#BAD0D1
7#CCDCDD
8#DDE7E8
9#EEF3F4
Tones
Muted variations
1#5C8284
2#5E8082
3#607E80
4#637C7E
5#657A7B
6#677879
7#697677
8#6C7475
9#6E7272
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CF #B9CFD0 | BordersInactive statesPlaceholder text |
| 400 | 94B5 #94B5B8 | Disabled statesSecondary iconsMuted text |
| 500 | 75A0 #75A0A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A84 #5A8487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4769 #47696B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334B #334B4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | Primary textHigh emphasis contentDark headings |
| 950 | 141E #141E1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F9F9;
--slate-gray-100: #EAF0F1;
--slate-gray-200: #D7E4E4;
--slate-gray-300: #B9CFD0;
--slate-gray-400: #94B5B8;
--slate-gray-500: #75A0A3;
--slate-gray-600: #5A8487;
--slate-gray-700: #47696B;
--slate-gray-800: #334B4D;
--slate-gray-900: #213031;
--slate-gray-950: #141E1F;
}