Slate Gray
#518C90
CyanColor Codes
All color formats for development
HEX
#518C90RGB
rgb(81, 140, 144)HSL
hsl(184, 28%, 44%)OKLCH
oklch(0.602 0.062 201.3)CMYK
cmyk(44%, 3%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#497D81
2#417073
3#396265
4#305456
5#284648
6#203839
7#182A2B
8#101C1D
9#080E0E
Tints
Lighter variations
1#5B9DA2
2#6DA8AD
3#7FB3B7
4#91BEC1
5#A4C9CC
6#B6D4D6
7#C8DFE0
8#DAE9EA
9#EDF4F5
Tones
Muted variations
1#54898C
2#578689
3#5A8386
4#5D8183
5#607E80
6#647B7D
7#67787A
8#6A7676
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 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D3 #B4D3D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBB #8DBBBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA8 #6CA8AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518B #518B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406F #406F72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4F #2E4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3334 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | 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: #D5E6E7;
--slate-gray-300: #B4D3D5;
--slate-gray-400: #8DBBBF;
--slate-gray-500: #6CA8AC;
--slate-gray-600: #518B90;
--slate-gray-700: #406F72;
--slate-gray-800: #2E4F52;
--slate-gray-900: #1D3334;
--slate-gray-950: #122021;
}