Slate Gray
#508291
CyanColor Codes
All color formats for development
HEX
#508291RGB
rgb(80, 130, 145)HSL
hsl(194, 29%, 44%)OKLCH
oklch(0.577 0.058 219)CMYK
cmyk(45%, 10%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#487582
2#406874
3#385B65
4#304E57
5#284148
6#20343A
7#18272B
8#101A1D
9#080D0E
Tints
Lighter variations
1#5A92A3
2#6C9EAE
3#7EABB8
4#90B7C2
5#A3C3CC
6#B5CFD6
7#C8DBE1
8#DAE7EB
9#EDF3F5
Tones
Muted variations
1#53808D
2#567E8A
3#597C87
4#5D7B84
5#607980
6#63777D
7#66757A
8#6A7477
9#6D7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E3 #D4E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CD #B3CDD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB4 #8CB4C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9E #6B9EAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5082 #508291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F67 #3F6773 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4A #2D4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F35 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9FA;
--slate-gray-100: #E8F0F2;
--slate-gray-200: #D4E3E7;
--slate-gray-300: #B3CDD5;
--slate-gray-400: #8CB4C0;
--slate-gray-500: #6B9EAE;
--slate-gray-600: #508291;
--slate-gray-700: #3F6773;
--slate-gray-800: #2D4A52;
--slate-gray-900: #1D2F35;
--slate-gray-950: #121D21;
}