Slate Gray
#518290
CyanColor Codes
All color formats for development
HEX
#518290RGB
rgb(81, 130, 144)HSL
hsl(193, 28%, 44%)OKLCH
oklch(0.577 0.057 217.9)CMYK
cmyk(44%, 10%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#497581
2#416873
3#395B65
4#304E56
5#284148
6#203439
7#18272B
8#101A1D
9#080D0E
Tints
Lighter variations
1#5B93A2
2#6D9FAD
3#7FABB7
4#91B7C1
5#A4C3CC
6#B6CFD6
7#C8DBE0
8#DAE7EA
9#EDF3F5
Tones
Muted variations
1#54808C
2#577E89
3#5A7D86
4#5D7B83
5#607980
6#64777D
7#67767A
8#6A7476
9#6D7273
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CE #B4CED5 | BordersInactive statesPlaceholder text |
| 400 | 8DB4 #8DB4BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C9E #6C9EAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5182 #518290 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4067 #406772 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4A #2E4A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2F #1D2F34 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E8F0F2;
--slate-gray-200: #D5E3E7;
--slate-gray-300: #B4CED5;
--slate-gray-400: #8DB4BF;
--slate-gray-500: #6C9EAC;
--slate-gray-600: #518290;
--slate-gray-700: #406772;
--slate-gray-800: #2E4A52;
--slate-gray-900: #1D2F34;
--slate-gray-950: #121E21;
}