Slate Gray
#6CA4AC
CyanColor Codes
All color formats for development
HEX
#6CA4ACRGB
rgb(108, 164, 172)HSL
hsl(188, 28%, 55%)OKLCH
oklch(0.683 0.06 207.2)CMYK
cmyk(37%, 5%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B98A2
2#518790
3#47767E
4#3D656C
5#32555A
6#284448
7#1E3336
8#142224
9#0A1112
Tints
Lighter variations
1#7BADB5
2#89B6BD
3#98BFC5
4#A7C8CD
5#B6D1D6
6#C4DBDE
7#D3E4E6
8#E2EDEE
9#F0F6F7
Tones
Muted variations
1#6FA1A9
2#739FA6
3#769DA3
4#799AA0
5#7C989C
6#7F9699
7#839396
8#869193
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 | B4D0 #B4D0D5 | BordersInactive statesPlaceholder text |
| 400 | 8DB8 #8DB8BF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA4 #6CA4AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5187 #518790 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406C #406C72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4D #2E4D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3134 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | 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: #B4D0D5;
--slate-gray-400: #8DB8BF;
--slate-gray-500: #6CA4AC;
--slate-gray-600: #518790;
--slate-gray-700: #406C72;
--slate-gray-800: #2E4D52;
--slate-gray-900: #1D3134;
--slate-gray-950: #121F21;
}