Slate Gray
#6DA5AB
CyanColor Codes
All color formats for development
HEX
#6DA5ABRGB
rgb(109, 165, 171)HSL
hsl(186, 27%, 55%)OKLCH
oklch(0.685 0.059 204.4)CMYK
cmyk(36%, 4%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C99A0
2#52888E
3#48777D
4#3D666B
5#335559
6#294447
7#1F3335
8#142224
9#0A1112
Tints
Lighter variations
1#7CAEB4
2#8AB7BC
3#99C0C4
4#A8C9CD
5#B6D2D5
6#C5DBDD
7#D3E4E6
8#E2EDEE
9#F0F6F7
Tones
Muted variations
1#70A3A8
2#73A0A5
3#779EA2
4#7A9B9F
5#7D999C
6#809699
7#839496
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 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E5 #D5E5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5D1 #B5D1D4 | BordersInactive statesPlaceholder text |
| 400 | 8EB9 #8EB9BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA5 #6DA5AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5288 #52888E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416D #416D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4E #2F4E51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E32 #1E3234 | 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: #E8F1F2;
--slate-gray-200: #D5E5E7;
--slate-gray-300: #B5D1D4;
--slate-gray-400: #8EB9BE;
--slate-gray-500: #6DA5AB;
--slate-gray-600: #52888E;
--slate-gray-700: #416D71;
--slate-gray-800: #2F4E51;
--slate-gray-900: #1E3234;
--slate-gray-950: #131F20;
}