Slate Gray
#6EA6AA
CyanColor Codes
All color formats for development
HEX
#6EA6AARGB
rgb(110, 166, 170)HSL
hsl(184, 26%, 55%)OKLCH
oklch(0.688 0.059 201.6)CMYK
cmyk(35%, 2%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D9B9F
2#53898D
3#49787C
4#3E676A
5#345658
6#2A4547
7#1F3435
8#152223
9#0A1112
Tints
Lighter variations
1#7DAFB3
2#8BB8BB
3#9AC1C4
4#A8CACC
5#B7D3D5
6#C5DBDD
7#D4E4E6
8#E2EDEE
9#F1F6F7
Tones
Muted variations
1#71A4A7
2#74A1A4
3#779EA1
4#7A9C9E
5#7D999B
6#809798
7#839495
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 | D5E5 #D5E5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D2 #B5D2D4 | BordersInactive statesPlaceholder text |
| 400 | 8FBA #8FBABD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA6 #6EA6AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5389 #53898D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 426D #426D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4E #2F4E50 | 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: #D5E5E6;
--slate-gray-300: #B5D2D4;
--slate-gray-400: #8FBABD;
--slate-gray-500: #6EA6AA;
--slate-gray-600: #53898D;
--slate-gray-700: #426D70;
--slate-gray-800: #2F4E50;
--slate-gray-900: #1E3233;
--slate-gray-950: #131F20;
}