Slate Gray
#6EA3AA
CyanColor Codes
All color formats for development
HEX
#6EA3AARGB
rgb(110, 163, 170)HSL
hsl(187, 26%, 55%)OKLCH
oklch(0.681 0.057 206.3)CMYK
cmyk(35%, 4%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D979F
2#53878D
3#49767C
4#3E656A
5#345458
6#2A4347
7#1F3235
8#152223
9#0A1112
Tints
Lighter variations
1#7DACB3
2#8BB5BB
3#9ABFC4
4#A8C8CC
5#B7D1D5
6#C5DADD
7#D4E3E6
8#E2EDEE
9#F1F6F7
Tones
Muted variations
1#71A1A7
2#749FA4
3#779CA1
4#7A9A9E
5#7D989B
6#809598
7#839395
8#869192
9#898F8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E4 #D5E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D0 #B5D0D4 | BordersInactive statesPlaceholder text |
| 400 | 8FB8 #8FB8BD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA3 #6EA3AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5387 #53878D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 426B #426B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4C #2F4C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E31 #1E3133 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E9F1F2;
--slate-gray-200: #D5E4E6;
--slate-gray-300: #B5D0D4;
--slate-gray-400: #8FB8BD;
--slate-gray-500: #6EA3AA;
--slate-gray-600: #53878D;
--slate-gray-700: #426B70;
--slate-gray-800: #2F4C50;
--slate-gray-900: #1E3133;
--slate-gray-950: #131F20;
}