Slate Gray
#6EA7AA
CyanColor Codes
All color formats for development
HEX
#6EA7AARGB
rgb(110, 167, 170)HSL
hsl(183, 26%, 55%)OKLCH
oklch(0.69 0.06 200.1)CMYK
cmyk(35%, 2%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D9C9F
2#538A8D
3#49797C
4#3E686A
5#345758
6#2A4547
7#1F3435
8#152323
9#0A1112
Tints
Lighter variations
1#7DB0B3
2#8BB9BB
3#9AC1C4
4#A8CACC
5#B7D3D5
6#C5DCDD
7#D4E5E6
8#E2EDEE
9#F1F6F7
Tones
Muted variations
1#71A4A7
2#74A2A4
3#779FA1
4#7A9C9E
5#7D9A9B
6#809798
7#839495
8#869292
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 | D5E6 #D5E6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D2 #B5D2D4 | BordersInactive statesPlaceholder text |
| 400 | 8FBB #8FBBBD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA7 #6EA7AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 538A #538A8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 426E #426E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4F #2F4F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E32 #1E3233 | 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: #D5E6E6;
--slate-gray-300: #B5D2D4;
--slate-gray-400: #8FBBBD;
--slate-gray-500: #6EA7AA;
--slate-gray-600: #538A8D;
--slate-gray-700: #426E70;
--slate-gray-800: #2F4F50;
--slate-gray-900: #1E3233;
--slate-gray-950: #131F20;
}