Slate Gray
#6CABAC
CyanColor Codes
All color formats for development
HEX
#6CABACRGB
rgb(108, 171, 172)HSL
hsl(181, 28%, 55%)OKLCH
oklch(0.699 0.065 197.1)CMYK
cmyk(37%, 1%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BA0A2
2#518F90
3#477D7E
4#3D6B6C
5#32595A
6#284748
7#1E3536
8#142424
9#0A1212
Tints
Lighter variations
1#7BB4B5
2#89BCBD
3#98C4C5
4#A7CDCD
5#B6D5D6
6#C4DEDE
7#D3E6E6
8#E2EEEE
9#F0F7F7
Tones
Muted variations
1#6FA8A9
2#73A5A6
3#76A2A3
4#799FA0
5#7C9C9C
6#7F9999
7#839696
8#869293
9#898F8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E7 #D5E7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D4 #B4D4D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBE #8DBEBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CAB #6CABAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518F #518F90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4071 #407172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E51 #2E5152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D34 #1D3434 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E8F2F2;
--slate-gray-200: #D5E7E7;
--slate-gray-300: #B4D4D5;
--slate-gray-400: #8DBEBF;
--slate-gray-500: #6CABAC;
--slate-gray-600: #518F90;
--slate-gray-700: #407172;
--slate-gray-800: #2E5152;
--slate-gray-900: #1D3434;
--slate-gray-950: #122021;
}