Slate Gray
#6EA8AA
CyanColor Codes
All color formats for development
HEX
#6EA8AARGB
rgb(110, 168, 170)HSL
hsl(182, 26%, 55%)OKLCH
oklch(0.693 0.06 198.6)CMYK
cmyk(35%, 1%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D9D9F
2#538B8D
3#497A7C
4#3E696A
5#345758
6#2A4647
7#1F3435
8#152323
9#0A1112
Tints
Lighter variations
1#7DB1B3
2#8BB9BB
3#9AC2C4
4#A8CBCC
5#B7D4D5
6#C5DCDD
7#D4E5E6
8#E2EEEE
9#F1F6F7
Tones
Muted variations
1#71A5A7
2#74A3A4
3#77A0A1
4#7A9D9E
5#7D9A9B
6#809798
7#839595
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 | B5D3 #B5D3D4 | BordersInactive statesPlaceholder text |
| 400 | 8FBB #8FBBBD | Disabled statesSecondary iconsMuted text |
| 500 | 6EA8 #6EA8AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 538B #538B8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 426F #426F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4F #2F4F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E33 #1E3333 | Primary textHigh emphasis contentDark headings |
| 950 | 1320 #132020 | 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: #B5D3D4;
--slate-gray-400: #8FBBBD;
--slate-gray-500: #6EA8AA;
--slate-gray-600: #538B8D;
--slate-gray-700: #426F70;
--slate-gray-800: #2F4F50;
--slate-gray-900: #1E3333;
--slate-gray-950: #132020;
}