Slate Gray
#518990
CyanColor Codes
All color formats for development
HEX
#518990RGB
rgb(81, 137, 144)HSL
hsl(187, 28%, 44%)OKLCH
oklch(0.594 0.06 205.9)CMYK
cmyk(44%, 5%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#497B81
2#416D73
3#395F65
4#305256
5#284448
6#203739
7#18292B
8#101B1D
9#080E0E
Tints
Lighter variations
1#5B9AA2
2#6DA5AD
3#7FB0B7
4#91BCC1
5#A4C7CC
6#B6D2D6
7#C8DDE0
8#DAE9EA
9#EDF4F5
Tones
Muted variations
1#54868C
2#578389
3#5A8186
4#5D7F83
5#607C80
6#647A7D
7#67777A
8#6A7576
9#6D7373
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D1 #B4D1D5 | BordersInactive statesPlaceholder text |
| 400 | 8DB9 #8DB9BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA5 #6CA5AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5188 #518890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406C #406C72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4D #2E4D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3234 | 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: #F5F9F9;
--slate-gray-100: #E8F1F2;
--slate-gray-200: #D5E5E7;
--slate-gray-300: #B4D1D5;
--slate-gray-400: #8DB9BF;
--slate-gray-500: #6CA5AC;
--slate-gray-600: #518890;
--slate-gray-700: #406C72;
--slate-gray-800: #2E4D52;
--slate-gray-900: #1D3234;
--slate-gray-950: #121F21;
}