Slate Gray
#508A91
CyanColor Codes
All color formats for development
HEX
#508A91RGB
rgb(80, 138, 145)HSL
hsl(186, 29%, 44%)OKLCH
oklch(0.596 0.062 205.6)CMYK
cmyk(45%, 5%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#487C82
2#406F74
3#386165
4#305357
5#284548
6#20373A
7#18292B
8#101C1D
9#080E0E
Tints
Lighter variations
1#5A9CA3
2#6CA7AE
3#7EB2B8
4#90BDC2
5#A3C8CC
6#B5D3D6
7#C8DEE1
8#DAE9EB
9#EDF4F5
Tones
Muted variations
1#53888D
2#56858A
3#598287
4#5D8084
5#607D80
6#637B7D
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 | D4E6 #D4E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D2 #B3D2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBA #8CBAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA7 #6BA7AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508A #508A91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6E #3F6E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4F #2D4F52 | 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: #D4E6E7;
--slate-gray-300: #B3D2D5;
--slate-gray-400: #8CBAC0;
--slate-gray-500: #6BA7AE;
--slate-gray-600: #508A91;
--slate-gray-700: #3F6E73;
--slate-gray-800: #2D4F52;
--slate-gray-900: #1D3235;
--slate-gray-950: #121F21;
}