Slate Gray
#508991
CyanColor Codes
All color formats for development
HEX
#508991RGB
rgb(80, 137, 145)HSL
hsl(187, 29%, 44%)OKLCH
oklch(0.594 0.061 207.2)CMYK
cmyk(45%, 6%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#487B82
2#406E74
3#386065
4#305257
5#284548
6#20373A
7#18292B
8#101B1D
9#080E0E
Tints
Lighter variations
1#5A9BA3
2#6CA6AE
3#7EB1B8
4#90BCC2
5#A3C7CC
6#B5D3D6
7#C8DEE1
8#DAE9EB
9#EDF4F5
Tones
Muted variations
1#53878D
2#56848A
3#598287
4#5D7F84
5#607D80
6#637A7D
7#66787A
8#6A7577
9#6D7373
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E5 #D4E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D1 #B3D1D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBA #8CBAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA6 #6BA6AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5089 #508991 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6D #3F6D73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4E #2D4E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3235 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9FA;
--slate-gray-100: #E8F1F2;
--slate-gray-200: #D4E5E7;
--slate-gray-300: #B3D1D5;
--slate-gray-400: #8CBAC0;
--slate-gray-500: #6BA6AE;
--slate-gray-600: #508991;
--slate-gray-700: #3F6D73;
--slate-gray-800: #2D4E52;
--slate-gray-900: #1D3235;
--slate-gray-950: #121F21;
}